Html Css Color HEX #CC9A7F Cameo

📋 copy color: '#CC9A7F'

red 204 ◦ green 154 ◦ blue 127

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

Shades of Cameo #CC9A7F

Tints of Cameo #CC9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.75%

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

R = 42.06%
G = 31.75%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC9A7F (or 0xCC9A7F) is known color: Cameo. HEX triplet: CC, 9A and 7F. RGB value is (204,154,127). Sum of RGB (Red+Green+Blue) = 204+154+127=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A7F is #336580. Grayscale: #A6A6A6. Windows color (decimal): -3368321 or 8362700. OLE color: 8362700.

HSL color Cylindrical-coordinate representation of color #CC9A7F: hue angle of 21.04º 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 #CC9A7F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 154 127 -
CMYK 0 0.25 0.38 0.2
HSL 21.04º 0.43% 0.65% -
HSV(B) 21.04º 0.38% 0.8% -
XYZ 40.29 37.48 25.19 -
YUV 165.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 204 154 127 0 0.25 0.38 0.2 21.04 0.43 0.65
Hex CC 9A 7F 0 19 26 14 15 2B 41
Octal 314 232 177 0 31 46 24 25 53 101
Binary 11001100 10011010 1111111 0 11001 100110 10100 10101 101011 1000001

Color Harmonies of #CC9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A7F

Black with #CC9A7F

Text Example


Text Example

White with #CC9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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