Html Css Color HEX #CC9C7F Cameo

📋 copy color: '#CC9C7F'

red 204 ◦ green 156 ◦ blue 127

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

Shades of Cameo #CC9C7F

Tints of Cameo #CC9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

 BLUE value IS 127 (50% from 255) = 26.08%

R = 41.89%
G = 32.03%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC9C7F (or 0xCC9C7F) is known color: Cameo. HEX triplet: CC, 9C and 7F. RGB value is (204,156,127). Sum of RGB (Red+Green+Blue) = 204+156+127=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C7F is #336380. Grayscale: #A7A7A7. Windows color (decimal): -3367809 or 8363212. OLE color: 8363212.

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

Color convert

RGB 204 156 127 -
CMYK 0 0.24 0.38 0.2
HSL 22.6º 0.43% 0.65% -
HSV(B) 22.6º 0.38% 0.8% -
XYZ 40.62 38.15 25.3 -
YUV 167.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 204 156 127 0 0.24 0.38 0.2 22.6 0.43 0.65
Hex CC 9C 7F 0 18 26 14 17 2B 41
Octal 314 234 177 0 30 46 24 27 53 101
Binary 11001100 10011100 1111111 0 11000 100110 10100 10111 101011 1000001

Color Harmonies of #CC9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C7F

Black with #CC9C7F

Text Example


Text Example

White with #CC9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C7F; }

 p { color: rgb(204,156,127); }

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

background-color css

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

 a { background-color: rgb(204,156,127); }

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

border-color css

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

 span { border-color: rgb(204,156,127); }

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