Html Css Color HEX #CBB19B Cashmere

📋 copy color: '#CBB19B'

red 203 ◦ green 177 ◦ blue 155

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

Shades of Cashmere #CBB19B

Tints of Cashmere #CBB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 37.94%
G = 33.08%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CBB19B (or 0xCBB19B) is known color: Cashmere. HEX triplet: CB, B1 and 9B. RGB value is (203,177,155). Sum of RGB (Red+Green+Blue) = 203+177+155=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB19B is #344E64. Grayscale: #B6B6B6. Windows color (decimal): -3427941 or 10203595. OLE color: 10203595.

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

Color convert

RGB 203 177 155 -
CMYK 0 0.13 0.24 0.20
HSL 27.5º 0.32% 0.7% -
HSV(B) 27.5º 0.24% 0.8% -
XYZ 46.27 46.51 37.55 -
YUV 182.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 203 177 155 0 0.13 0.24 0.20 27.5 0.32 0.7
Hex CB B1 9B 0 D 18 14 1C 20 46
Octal 313 261 233 0 15 30 24 34 40 106
Binary 11001011 10110001 10011011 0 1101 11000 10100 11100 100000 1000110

Color Harmonies of #CBB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB19B

Black with #CBB19B

Text Example


Text Example

White with #CBB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB19B; }

 p { color: rgb(203,177,155); }

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

background-color css

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

 a { background-color: rgb(203,177,155); }

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

border-color css

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

 span { border-color: rgb(203,177,155); }

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