Html Css Color HEX #CCA58A Cameo

📋 copy color: '#CCA58A'

red 204 ◦ green 165 ◦ blue 138

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

Shades of Cameo #CCA58A

Tints of Cameo #CCA58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 40.24%
G = 32.54%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCA58A (or 0xCCA58A) is known color: Cameo. HEX triplet: CC, A5 and 8A. RGB value is (204,165,138). Sum of RGB (Red+Green+Blue) = 204+165+138=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58A is #335A75. Grayscale: #ADADAD. Windows color (decimal): -3365494 or 9086412. OLE color: 9086412.

HSL color Cylindrical-coordinate representation of color #CCA58A: hue angle of 24.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA58A is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 138 -
CMYK 0 0.19 0.32 0.2
HSL 24.55º 0.39% 0.67% -
HSV(B) 24.55º 0.32% 0.8% -
XYZ 42.94 41.58 29.81 -
YUV 173.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 204 165 138 0 0.19 0.32 0.2 24.55 0.39 0.67
Hex CC A5 8A 0 13 20 14 19 27 43
Octal 314 245 212 0 23 40 24 31 47 103
Binary 11001100 10100101 10001010 0 10011 100000 10100 11001 100111 1000011

Color Harmonies of #CCA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA58A

Black with #CCA58A

Text Example


Text Example

White with #CCA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA58A; }

 p { color: rgb(204,165,138); }

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

background-color css

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

 a { background-color: rgb(204,165,138); }

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

border-color css

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

 span { border-color: rgb(204,165,138); }

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