Html Css Color HEX #CC9D7D Cameo

📋 copy color: '#CC9D7D'

red 204 ◦ green 157 ◦ blue 125

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

Shades of Cameo #CC9D7D

Tints of Cameo #CC9D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.3%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 41.98%
G = 32.3%
B = 25.72%

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

#CC9D7D (or 0xCC9D7D) is known color: Cameo. HEX triplet: CC, 9D and 7D. RGB value is (204,157,125). Sum of RGB (Red+Green+Blue) = 204+157+125=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D7D is #336282. Grayscale: #A7A7A7. Windows color (decimal): -3367555 or 8232396. OLE color: 8232396.

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

Color convert

RGB 204 157 125 -
CMYK 0 0.23 0.39 0.2
HSL 24.3º 0.44% 0.65% -
HSV(B) 24.3º 0.39% 0.8% -
XYZ 40.66 38.43 24.68 -
YUV 167.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 204 157 125 0 0.23 0.39 0.2 24.3 0.44 0.65
Hex CC 9D 7D 0 17 27 14 18 2C 41
Octal 314 235 175 0 27 47 24 30 54 101
Binary 11001100 10011101 1111101 0 10111 100111 10100 11000 101100 1000001

Color Harmonies of #CC9D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D7D

Black with #CC9D7D

Text Example


Text Example

White with #CC9D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D7D; }

 p { color: rgb(204,157,125); }

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

background-color css

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

 a { background-color: rgb(204,157,125); }

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

border-color css

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

 span { border-color: rgb(204,157,125); }

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