Html Css Color HEX #CBA588 Cameo

📋 copy color: '#CBA588'

red 203 ◦ green 165 ◦ blue 136

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

Shades of Cameo #CBA588

Tints of Cameo #CBA588

RGB

 RED value IS 203 (79.69% from 255) = 40.28%

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

 BLUE value IS 136 (53.52% from 255) = 26.98%

R = 40.28%
G = 32.74%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBA588 (or 0xCBA588) is known color: Cameo. HEX triplet: CB, A5 and 88. RGB value is (203,165,136). Sum of RGB (Red+Green+Blue) = 203+165+136=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA588 is #345A77. Grayscale: #ADADAD. Windows color (decimal): -3431032 or 8955339. OLE color: 8955339.

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

Color convert

RGB 203 165 136 -
CMYK 0 0.19 0.33 0.20
HSL 25.97º 0.39% 0.66% -
HSV(B) 25.97º 0.33% 0.8% -
XYZ 42.53 41.38 29.04 -
YUV 173.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 203 165 136 0 0.19 0.33 0.20 25.97 0.39 0.66
Hex CB A5 88 0 13 21 14 1A 27 42
Octal 313 245 210 0 23 41 24 32 47 102
Binary 11001011 10100101 10001000 0 10011 100001 10100 11010 100111 1000010

Color Harmonies of #CBA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA588

Black with #CBA588

Text Example


Text Example

White with #CBA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA588; }

 p { color: rgb(203,165,136); }

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

background-color css

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

 a { background-color: rgb(203,165,136); }

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

border-color css

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

 span { border-color: rgb(203,165,136); }

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