Html Css Color HEX #CCA37F Cameo

📋 copy color: '#CCA37F'

red 204 ◦ green 163 ◦ blue 127

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

Shades of Cameo #CCA37F

Tints of Cameo #CCA37F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

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

R = 41.3%
G = 33%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCA37F (or 0xCCA37F) is known color: Cameo. HEX triplet: CC, A3 and 7F. RGB value is (204,163,127). Sum of RGB (Red+Green+Blue) = 204+163+127=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA37F is #335C80. Grayscale: #ABABAB. Windows color (decimal): -3366017 or 8365004. OLE color: 8365004.

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

Color convert

RGB 204 163 127 -
CMYK 0 0.20 0.38 0.2
HSL 28.05º 0.43% 0.65% -
HSV(B) 28.05º 0.38% 0.8% -
XYZ 41.83 40.56 25.7 -
YUV 171.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 204 163 127 0 0.20 0.38 0.2 28.05 0.43 0.65
Hex CC A3 7F 0 14 26 14 1C 2B 41
Octal 314 243 177 0 24 46 24 34 53 101
Binary 11001100 10100011 1111111 0 10100 100110 10100 11100 101011 1000001

Color Harmonies of #CCA37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA37F

Black with #CCA37F

Text Example


Text Example

White with #CCA37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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