Html Css Color HEX #CCA58B Cameo

📋 copy color: '#CCA58B'

red 204 ◦ green 165 ◦ blue 139

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

Shades of Cameo #CCA58B

Tints of Cameo #CCA58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 40.16%
G = 32.48%
B = 27.36%

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

#CCA58B (or 0xCCA58B) is known color: Cameo. HEX triplet: CC, A5 and 8B. RGB value is (204,165,139). Sum of RGB (Red+Green+Blue) = 204+165+139=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58B is #335A74. Grayscale: #ADADAD. Windows color (decimal): -3365493 or 9151948. OLE color: 9151948.

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

Color convert

RGB 204 165 139 -
CMYK 0 0.19 0.32 0.2
HSL 24º 0.39% 0.67% -
HSV(B) 24º 0.32% 0.8% -
XYZ 43.02 41.61 30.19 -
YUV 173.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 204 165 139 0 0.19 0.32 0.2 24 0.39 0.67
Hex CC A5 8B 0 13 20 14 18 27 43
Octal 314 245 213 0 23 40 24 30 47 103
Binary 11001100 10100101 10001011 0 10011 100000 10100 11000 100111 1000011

Color Harmonies of #CCA58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA58B

Black with #CCA58B

Text Example


Text Example

White with #CCA58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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