Html Css Color HEX #CCA57E Cameo

📋 copy color: '#CCA57E'

red 204 ◦ green 165 ◦ blue 126

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

Shades of Cameo #CCA57E

Tints of Cameo #CCA57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 41.21%
G = 33.33%
B = 25.45%

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

#CCA57E (or 0xCCA57E) is known color: Cameo. HEX triplet: CC, A5 and 7E. RGB value is (204,165,126). Sum of RGB (Red+Green+Blue) = 204+165+126=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA57E is #335A81. Grayscale: #ACACAC. Windows color (decimal): -3365506 or 8299980. OLE color: 8299980.

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

Color convert

RGB 204 165 126 -
CMYK 0 0.19 0.38 0.2
HSL 30º 0.43% 0.65% -
HSV(B) 30º 0.38% 0.8% -
XYZ 42.12 41.25 25.48 -
YUV 172.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 204 165 126 0 0.19 0.38 0.2 30 0.43 0.65
Hex CC A5 7E 0 13 26 14 1E 2B 41
Octal 314 245 176 0 23 46 24 36 53 101
Binary 11001100 10100101 1111110 0 10011 100110 10100 11110 101011 1000001

Color Harmonies of #CCA57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA57E

Black with #CCA57E

Text Example


Text Example

White with #CCA57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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