Html Css Color HEX #CC9E7C Cameo

📋 copy color: '#CC9E7C'

red 204 ◦ green 158 ◦ blue 124

#CC9E7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CC9E7C

Tints of Cameo #CC9E7C

RGB

 RED value IS 204 (80.08% from 255) = 41.98%

 GREEN value IS 158 (62.11% from 255) = 32.51%

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 41.98%
G = 32.51%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC9E7C (or 0xCC9E7C) is known color: Cameo. HEX triplet: CC, 9E and 7C. RGB value is (204,158,124). Sum of RGB (Red+Green+Blue) = 204+158+124=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E7C is #336183. Grayscale: #A8A8A8. Windows color (decimal): -3367300 or 8167116. OLE color: 8167116.

HSL color Cylindrical-coordinate representation of color #CC9E7C: hue angle of 25.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC9E7C is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 124 -
CMYK 0 0.23 0.39 0.2
HSL 25.5º 0.44% 0.64% -
HSV(B) 25.5º 0.39% 0.8% -
XYZ 40.77 38.75 24.4 -
YUV 167.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 204 158 124 0 0.23 0.39 0.2 25.5 0.44 0.64
Hex CC 9E 7C 0 17 27 14 1A 2C 40
Octal 314 236 174 0 27 47 24 32 54 100
Binary 11001100 10011110 1111100 0 10111 100111 10100 11010 101100 1000000

Color Harmonies of #CC9E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E7C

Black with #CC9E7C

Text Example


Text Example

White with #CC9E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E7C; }

 p { color: rgb(204,158,124); }

 H1.HeaderClassName
 {
   color: #CC9E7C;
 }
 .AnyTagClassName
 {
   color: #CC9E7C;
 }
</style>

background-color css

<style>
 a { background-color: #CC9E7C; }

 a { background-color: rgb(204,158,124); }

 div.DivClassName
 {
   background-color: #CC9E7C;
 }
 .BgClassName
 {
   background-color: #CC9E7C;
 }
</style>

border-color css

<style>
 span { border-color: #CC9E7C; }

 span { border-color: rgb(204,158,124); }

 td.TdClassName
 {
   border-color: #CC9E7C;
 }
 .TagClassName
 {
   border-color: #CC9E7C;
 }
</style>