Html Css Color HEX #CCA781 Cameo

📋 copy color: '#CCA781'

red 204 ◦ green 167 ◦ blue 129

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

Shades of Cameo #CCA781

Tints of Cameo #CCA781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.8%

R = 40.8%
G = 33.4%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCA781 (or 0xCCA781) is known color: Cameo. HEX triplet: CC, A7 and 81. RGB value is (204,167,129). Sum of RGB (Red+Green+Blue) = 204+167+129=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA781 is #33587E. Grayscale: #ADADAD. Windows color (decimal): -3364991 or 8497100. OLE color: 8497100.

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

Color convert

RGB 204 167 129 -
CMYK 0 0.18 0.37 0.2
HSL 30.4º 0.42% 0.65% -
HSV(B) 30.4º 0.37% 0.8% -
XYZ 42.68 42.06 26.64 -
YUV 173.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 204 167 129 0 0.18 0.37 0.2 30.4 0.42 0.65
Hex CC A7 81 0 12 25 14 1E 2A 41
Octal 314 247 201 0 22 45 24 36 52 101
Binary 11001100 10100111 10000001 0 10010 100101 10100 11110 101010 1000001

Color Harmonies of #CCA781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA781

Black with #CCA781

Text Example


Text Example

White with #CCA781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA781; }

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

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

background-color css

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

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

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

border-color css

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

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

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