Html Css Color HEX #CCA28D Cameo

📋 copy color: '#CCA28D'

red 204 ◦ green 162 ◦ blue 141

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

Shades of Cameo #CCA28D

Tints of Cameo #CCA28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 40.24%
G = 31.95%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA28D (or 0xCCA28D) is known color: Cameo. HEX triplet: CC, A2 and 8D. RGB value is (204,162,141). Sum of RGB (Red+Green+Blue) = 204+162+141=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA28D is #335D72. Grayscale: #ACACAC. Windows color (decimal): -3366259 or 9282252. OLE color: 9282252.

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

Color convert

RGB 204 162 141 -
CMYK 0 0.21 0.31 0.2
HSL 20º 0.38% 0.68% -
HSV(B) 20º 0.31% 0.8% -
XYZ 42.63 40.6 30.79 -
YUV 172.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 204 162 141 0 0.21 0.31 0.2 20 0.38 0.68
Hex CC A2 8D 0 15 1F 14 14 26 44
Octal 314 242 215 0 25 37 24 24 46 104
Binary 11001100 10100010 10001101 0 10101 11111 10100 10100 100110 1000100

Color Harmonies of #CCA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA28D

Black with #CCA28D

Text Example


Text Example

White with #CCA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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