Html Css Color HEX #CBAB98 Cashmere

📋 copy color: '#CBAB98'

red 203 ◦ green 171 ◦ blue 152

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

Shades of Cashmere #CBAB98

Tints of Cashmere #CBAB98

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 38.59%
G = 32.51%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBAB98 (or 0xCBAB98) is known color: Cashmere. HEX triplet: CB, AB and 98. RGB value is (203,171,152). Sum of RGB (Red+Green+Blue) = 203+171+152=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB98 is #345467. Grayscale: #B2B2B2. Windows color (decimal): -3429480 or 10005451. OLE color: 10005451.

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

Color convert

RGB 203 171 152 -
CMYK 0 0.16 0.25 0.20
HSL 22.35º 0.33% 0.7% -
HSV(B) 22.35º 0.25% 0.8% -
XYZ 44.86 44.09 35.85 -
YUV 178.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 203 171 152 0 0.16 0.25 0.20 22.35 0.33 0.7
Hex CB AB 98 0 10 19 14 16 21 46
Octal 313 253 230 0 20 31 24 26 41 106
Binary 11001011 10101011 10011000 0 10000 11001 10100 10110 100001 1000110

Color Harmonies of #CBAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB98

Black with #CBAB98

Text Example


Text Example

White with #CBAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB98; }

 p { color: rgb(203,171,152); }

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

background-color css

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

 a { background-color: rgb(203,171,152); }

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

border-color css

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

 span { border-color: rgb(203,171,152); }

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