Html Css Color HEX #CBB098 Cashmere

📋 copy color: '#CBB098'

red 203 ◦ green 176 ◦ blue 152

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

Shades of Cashmere #CBB098

Tints of Cashmere #CBB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.15%

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

R = 38.23%
G = 33.15%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBB098 (or 0xCBB098) is known color: Cashmere. HEX triplet: CB, B0 and 98. RGB value is (203,176,152). Sum of RGB (Red+Green+Blue) = 203+176+152=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB098 is #344F67. Grayscale: #B5B5B5. Windows color (decimal): -3428200 or 10006731. OLE color: 10006731.

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

Color convert

RGB 203 176 152 -
CMYK 0 0.13 0.25 0.20
HSL 28.24º 0.33% 0.7% -
HSV(B) 28.24º 0.25% 0.8% -
XYZ 45.82 46.01 36.17 -
YUV 181.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 203 176 152 0 0.13 0.25 0.20 28.24 0.33 0.7
Hex CB B0 98 0 D 19 14 1C 21 46
Octal 313 260 230 0 15 31 24 34 41 106
Binary 11001011 10110000 10011000 0 1101 11001 10100 11100 100001 1000110

Color Harmonies of #CBB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB098

Black with #CBB098

Text Example


Text Example

White with #CBB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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