Html Css Color HEX #CCA377 Cameo

📋 copy color: '#CCA377'

red 204 ◦ green 163 ◦ blue 119

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

Shades of Cameo #CCA377

Tints of Cameo #CCA377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 41.98%
G = 33.54%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCA377 (or 0xCCA377) is known color: Cameo. HEX triplet: CC, A3 and 77. RGB value is (204,163,119). Sum of RGB (Red+Green+Blue) = 204+163+119=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA377 is #335C88. Grayscale: #AAAAAA. Windows color (decimal): -3366025 or 7840716. OLE color: 7840716.

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

Color convert

RGB 204 163 119 -
CMYK 0 0.20 0.42 0.2
HSL 31.06º 0.45% 0.63% -
HSV(B) 31.06º 0.42% 0.8% -
XYZ 41.33 40.36 23.07 -
YUV 170.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 204 163 119 0 0.20 0.42 0.2 31.06 0.45 0.63
Hex CC A3 77 0 14 2A 14 1F 2D 3F
Octal 314 243 167 0 24 52 24 37 55 77
Binary 11001100 10100011 1110111 0 10100 101010 10100 11111 101101 111111

Color Harmonies of #CCA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA377

Black with #CCA377

Text Example


Text Example

White with #CCA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA377; }

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

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

background-color css

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

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

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

border-color css

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

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

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