Html Css Color HEX #CCA478 Cameo

📋 copy color: '#CCA478'

red 204 ◦ green 164 ◦ blue 120

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

Shades of Cameo #CCA478

Tints of Cameo #CCA478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.61%

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 41.8%
G = 33.61%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCA478 (or 0xCCA478) is known color: Cameo. HEX triplet: CC, A4 and 78. RGB value is (204,164,120). Sum of RGB (Red+Green+Blue) = 204+164+120=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA478 is #335B87. Grayscale: #ABABAB. Windows color (decimal): -3365768 or 7906508. OLE color: 7906508.

HSL color Cylindrical-coordinate representation of color #CCA478: hue angle of 31.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCA478 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 120 -
CMYK 0 0.20 0.41 0.2
HSL 31.43º 0.45% 0.64% -
HSV(B) 31.43º 0.41% 0.8% -
XYZ 41.57 40.74 23.44 -
YUV 170.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 204 164 120 0 0.20 0.41 0.2 31.43 0.45 0.64
Hex CC A4 78 0 14 29 14 1F 2D 40
Octal 314 244 170 0 24 51 24 37 55 100
Binary 11001100 10100100 1111000 0 10100 101001 10100 11111 101101 1000000

Color Harmonies of #CCA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA478

Black with #CCA478

Text Example


Text Example

White with #CCA478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA478; }

 p { color: rgb(204,164,120); }

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

background-color css

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

 a { background-color: rgb(204,164,120); }

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

border-color css

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

 span { border-color: rgb(204,164,120); }

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