Html Css Color HEX #CCA883 Cameo

📋 copy color: '#CCA883'

red 204 ◦ green 168 ◦ blue 131

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

Shades of Cameo #CCA883

Tints of Cameo #CCA883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 131 (51.56% from 255) = 26.04%

R = 40.56%
G = 33.4%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCA883 (or 0xCCA883) is known color: Cameo. HEX triplet: CC, A8 and 83. RGB value is (204,168,131). Sum of RGB (Red+Green+Blue) = 204+168+131=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA883 is #33577C. Grayscale: #AEAEAE. Windows color (decimal): -3364733 or 8628428. OLE color: 8628428.

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

Color convert

RGB 204 168 131 -
CMYK 0 0.18 0.36 0.2
HSL 30.41º 0.42% 0.66% -
HSV(B) 30.41º 0.36% 0.8% -
XYZ 43 42.48 27.41 -
YUV 174.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 204 168 131 0 0.18 0.36 0.2 30.41 0.42 0.66
Hex CC A8 83 0 12 24 14 1E 2A 42
Octal 314 250 203 0 22 44 24 36 52 102
Binary 11001100 10101000 10000011 0 10010 100100 10100 11110 101010 1000010

Color Harmonies of #CCA883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA883

Black with #CCA883

Text Example


Text Example

White with #CCA883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA883; }

 p { color: rgb(204,168,131); }

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

background-color css

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

 a { background-color: rgb(204,168,131); }

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

border-color css

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

 span { border-color: rgb(204,168,131); }

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