Html Css Color HEX #CCA779 Cameo

📋 copy color: '#CCA779'

red 204 ◦ green 167 ◦ blue 121

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

Shades of Cameo #CCA779

Tints of Cameo #CCA779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

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

R = 41.46%
G = 33.94%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCA779 (or 0xCCA779) is known color: Cameo. HEX triplet: CC, A7 and 79. RGB value is (204,167,121). Sum of RGB (Red+Green+Blue) = 204+167+121=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA779 is #335886. Grayscale: #ADADAD. Windows color (decimal): -3364999 or 7972812. OLE color: 7972812.

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

Color convert

RGB 204 167 121 -
CMYK 0 0.18 0.41 0.2
HSL 33.25º 0.45% 0.64% -
HSV(B) 33.25º 0.41% 0.8% -
XYZ 42.17 41.86 23.95 -
YUV 172.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 204 167 121 0 0.18 0.41 0.2 33.25 0.45 0.64
Hex CC A7 79 0 12 29 14 21 2D 40
Octal 314 247 171 0 22 51 24 41 55 100
Binary 11001100 10100111 1111001 0 10010 101001 10100 100001 101101 1000000

Color Harmonies of #CCA779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA779

Black with #CCA779

Text Example


Text Example

White with #CCA779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA779; }

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

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

background-color css

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

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

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

border-color css

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

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

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