Html Css Color HEX #CCA57F Cameo

📋 copy color: '#CCA57F'

red 204 ◦ green 165 ◦ blue 127

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

Shades of Cameo #CCA57F

Tints of Cameo #CCA57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.27%

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

R = 41.13%
G = 33.27%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCA57F (or 0xCCA57F) is known color: Cameo. HEX triplet: CC, A5 and 7F. RGB value is (204,165,127). Sum of RGB (Red+Green+Blue) = 204+165+127=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA57F is #335A80. Grayscale: #ACACAC. Windows color (decimal): -3365505 or 8365516. OLE color: 8365516.

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

Color convert

RGB 204 165 127 -
CMYK 0 0.19 0.38 0.2
HSL 29.61º 0.43% 0.65% -
HSV(B) 29.61º 0.38% 0.8% -
XYZ 42.19 41.28 25.82 -
YUV 172.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 204 165 127 0 0.19 0.38 0.2 29.61 0.43 0.65
Hex CC A5 7F 0 13 26 14 1E 2B 41
Octal 314 245 177 0 23 46 24 36 53 101
Binary 11001100 10100101 1111111 0 10011 100110 10100 11110 101011 1000001

Color Harmonies of #CCA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA57F

Black with #CCA57F

Text Example


Text Example

White with #CCA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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