Html Css Color HEX #CCA279 Cameo

📋 copy color: '#CCA279'

red 204 ◦ green 162 ◦ blue 121

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

Shades of Cameo #CCA279

Tints of Cameo #CCA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 41.89%
G = 33.26%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCA279 (or 0xCCA279) is known color: Cameo. HEX triplet: CC, A2 and 79. RGB value is (204,162,121). Sum of RGB (Red+Green+Blue) = 204+162+121=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA279 is #335D86. Grayscale: #AAAAAA. Windows color (decimal): -3366279 or 7971532. OLE color: 7971532.

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

Color convert

RGB 204 162 121 -
CMYK 0 0.21 0.41 0.2
HSL 29.64º 0.45% 0.64% -
HSV(B) 29.64º 0.41% 0.8% -
XYZ 41.27 40.06 23.65 -
YUV 169.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 204 162 121 0 0.21 0.41 0.2 29.64 0.45 0.64
Hex CC A2 79 0 15 29 14 1E 2D 40
Octal 314 242 171 0 25 51 24 36 55 100
Binary 11001100 10100010 1111001 0 10101 101001 10100 11110 101101 1000000

Color Harmonies of #CCA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA279

Black with #CCA279

Text Example


Text Example

White with #CCA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA279; }

 p { color: rgb(204,162,121); }

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

background-color css

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

 a { background-color: rgb(204,162,121); }

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

border-color css

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

 span { border-color: rgb(204,162,121); }

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