Html Css Color HEX #CBB19E Cashmere

📋 copy color: '#CBB19E'

red 203 ◦ green 177 ◦ blue 158

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

Shades of Cashmere #CBB19E

Tints of Cashmere #CBB19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 37.73%
G = 32.9%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CBB19E (or 0xCBB19E) is known color: Cashmere. HEX triplet: CB, B1 and 9E. RGB value is (203,177,158). Sum of RGB (Red+Green+Blue) = 203+177+158=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB19E is #344E61. Grayscale: #B6B6B6. Windows color (decimal): -3427938 or 10400203. OLE color: 10400203.

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

Color convert

RGB 203 177 158 -
CMYK 0 0.13 0.22 0.20
HSL 25.33º 0.3% 0.71% -
HSV(B) 25.33º 0.22% 0.8% -
XYZ 46.52 46.61 38.89 -
YUV 182.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 203 177 158 0 0.13 0.22 0.20 25.33 0.3 0.71
Hex CB B1 9E 0 D 16 14 19 1E 47
Octal 313 261 236 0 15 26 24 31 36 107
Binary 11001011 10110001 10011110 0 1101 10110 10100 11001 11110 1000111

Color Harmonies of #CBB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB19E

Black with #CBB19E

Text Example


Text Example

White with #CBB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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