Html Css Color HEX #CBB19D Cashmere

📋 copy color: '#CBB19D'

red 203 ◦ green 177 ◦ blue 157

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

Shades of Cashmere #CBB19D

Tints of Cashmere #CBB19D

RGB

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

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

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

R = 37.8%
G = 32.96%
B = 29.24%

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

#CBB19D (or 0xCBB19D) is known color: Cashmere. HEX triplet: CB, B1 and 9D. RGB value is (203,177,157). Sum of RGB (Red+Green+Blue) = 203+177+157=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB19D is #344E62. Grayscale: #B6B6B6. Windows color (decimal): -3427939 or 10334667. OLE color: 10334667.

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

Color convert

RGB 203 177 157 -
CMYK 0 0.13 0.23 0.20
HSL 26.09º 0.31% 0.71% -
HSV(B) 26.09º 0.23% 0.8% -
XYZ 46.44 46.58 38.44 -
YUV 182.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 203 177 157 0 0.13 0.23 0.20 26.09 0.31 0.71
Hex CB B1 9D 0 D 17 14 1A 1F 47
Octal 313 261 235 0 15 27 24 32 37 107
Binary 11001011 10110001 10011101 0 1101 10111 10100 11010 11111 1000111

Color Harmonies of #CBB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB19D

Black with #CBB19D

Text Example


Text Example

White with #CBB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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