Html Css Color HEX #CBA988 Cameo

📋 copy color: '#CBA988'

red 203 ◦ green 169 ◦ blue 136

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

Shades of Cameo #CBA988

Tints of Cameo #CBA988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.27%

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

R = 39.96%
G = 33.27%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBA988 (or 0xCBA988) is known color: Cameo. HEX triplet: CB, A9 and 88. RGB value is (203,169,136). Sum of RGB (Red+Green+Blue) = 203+169+136=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA988 is #345677. Grayscale: #AFAFAF. Windows color (decimal): -3430008 or 8956363. OLE color: 8956363.

HSL color Cylindrical-coordinate representation of color #CBA988: hue angle of 29.55º 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 #CBA988 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 136 -
CMYK 0 0.17 0.33 0.20
HSL 29.55º 0.39% 0.66% -
HSV(B) 29.55º 0.33% 0.8% -
XYZ 43.26 42.85 29.28 -
YUV 175.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 203 169 136 0 0.17 0.33 0.20 29.55 0.39 0.66
Hex CB A9 88 0 11 21 14 1E 27 42
Octal 313 251 210 0 21 41 24 36 47 102
Binary 11001011 10101001 10001000 0 10001 100001 10100 11110 100111 1000010

Color Harmonies of #CBA988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA988

Black with #CBA988

Text Example


Text Example

White with #CBA988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA988; }

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

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

background-color css

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

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

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

border-color css

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

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

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