Html Css Color HEX #CCA57D Cameo

📋 copy color: '#CCA57D'

red 204 ◦ green 165 ◦ blue 125

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

Shades of Cameo #CCA57D

Tints of Cameo #CCA57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 41.3%
G = 33.4%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCA57D (or 0xCCA57D) is known color: Cameo. HEX triplet: CC, A5 and 7D. RGB value is (204,165,125). Sum of RGB (Red+Green+Blue) = 204+165+125=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA57D is #335A82. Grayscale: #ACACAC. Windows color (decimal): -3365507 or 8234444. OLE color: 8234444.

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

Color convert

RGB 204 165 125 -
CMYK 0 0.19 0.39 0.2
HSL 30.38º 0.44% 0.65% -
HSV(B) 30.38º 0.39% 0.8% -
XYZ 42.06 41.23 25.14 -
YUV 172.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 204 165 125 0 0.19 0.39 0.2 30.38 0.44 0.65
Hex CC A5 7D 0 13 27 14 1E 2C 41
Octal 314 245 175 0 23 47 24 36 54 101
Binary 11001100 10100101 1111101 0 10011 100111 10100 11110 101100 1000001

Color Harmonies of #CCA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA57D

Black with #CCA57D

Text Example


Text Example

White with #CCA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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