Html Css Color HEX #CCA274 Cameo

📋 copy color: '#CCA274'

red 204 ◦ green 162 ◦ blue 116

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

Shades of Cameo #CCA274

Tints of Cameo #CCA274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 42.32%
G = 33.61%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA274 (or 0xCCA274) is known color: Cameo. HEX triplet: CC, A2 and 74. RGB value is (204,162,116). Sum of RGB (Red+Green+Blue) = 204+162+116=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA274 is #335D8B. Grayscale: #A9A9A9. Windows color (decimal): -3366284 or 7643852. OLE color: 7643852.

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

Color convert

RGB 204 162 116 -
CMYK 0 0.21 0.43 0.2
HSL 31.36º 0.46% 0.63% -
HSV(B) 31.36º 0.43% 0.8% -
XYZ 40.97 39.94 22.07 -
YUV 169.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 204 162 116 0 0.21 0.43 0.2 31.36 0.46 0.63
Hex CC A2 74 0 15 2B 14 1F 2E 3F
Octal 314 242 164 0 25 53 24 37 56 77
Binary 11001100 10100010 1110100 0 10101 101011 10100 11111 101110 111111

Color Harmonies of #CCA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA274

Black with #CCA274

Text Example


Text Example

White with #CCA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA274; }

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

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

background-color css

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

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

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

border-color css

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

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

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