Html Css Color HEX #CBB09D Cashmere

📋 copy color: '#CBB09D'

red 203 ◦ green 176 ◦ blue 157

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

Shades of Cashmere #CBB09D

Tints of Cashmere #CBB09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 37.87%
G = 32.84%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CBB09D (or 0xCBB09D) is known color: Cashmere. HEX triplet: CB, B0 and 9D. RGB value is (203,176,157). Sum of RGB (Red+Green+Blue) = 203+176+157=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB09D is #344F62. Grayscale: #B6B6B6. Windows color (decimal): -3428195 or 10334411. OLE color: 10334411.

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

Color convert

RGB 203 176 157 -
CMYK 0 0.13 0.23 0.20
HSL 24.78º 0.31% 0.71% -
HSV(B) 24.78º 0.23% 0.8% -
XYZ 46.24 46.18 38.38 -
YUV 181.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 203 176 157 0 0.13 0.23 0.20 24.78 0.31 0.71
Hex CB B0 9D 0 D 17 14 19 1F 47
Octal 313 260 235 0 15 27 24 31 37 107
Binary 11001011 10110000 10011101 0 1101 10111 10100 11001 11111 1000111

Color Harmonies of #CBB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB09D

Black with #CBB09D

Text Example


Text Example

White with #CBB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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