Html Css Color HEX #CBB096 Cashmere

📋 copy color: '#CBB096'

red 203 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #CBB096

Tints of Cashmere #CBB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.36%

R = 38.37%
G = 33.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBB096 (or 0xCBB096) is known color: Cashmere. HEX triplet: CB, B0 and 96. RGB value is (203,176,150). Sum of RGB (Red+Green+Blue) = 203+176+150=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB096 is #344F69. Grayscale: #B5B5B5. Windows color (decimal): -3428202 or 9875659. OLE color: 9875659.

HSL color Cylindrical-coordinate representation of color #CBB096: hue angle of 29.43º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB096 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 150 -
CMYK 0 0.13 0.26 0.20
HSL 29.43º 0.34% 0.69% -
HSV(B) 29.43º 0.26% 0.8% -
XYZ 45.66 45.95 35.32 -
YUV 181.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 203 176 150 0 0.13 0.26 0.20 29.43 0.34 0.69
Hex CB B0 96 0 D 1A 14 1D 22 45
Octal 313 260 226 0 15 32 24 35 42 105
Binary 11001011 10110000 10010110 0 1101 11010 10100 11101 100010 1000101

Color Harmonies of #CBB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB096

Black with #CBB096

Text Example


Text Example

White with #CBB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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