Html Css Color HEX #CBB094 Cashmere

📋 copy color: '#CBB094'

red 203 ◦ green 176 ◦ blue 148

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

Shades of Cashmere #CBB094

Tints of Cashmere #CBB094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.08%

R = 38.52%
G = 33.4%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBB094 (or 0xCBB094) is known color: Cashmere. HEX triplet: CB, B0 and 94. RGB value is (203,176,148). Sum of RGB (Red+Green+Blue) = 203+176+148=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB094 is #344F6B. Grayscale: #B5B5B5. Windows color (decimal): -3428204 or 9744587. OLE color: 9744587.

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

Color convert

RGB 203 176 148 -
CMYK 0 0.13 0.27 0.20
HSL 30.55º 0.35% 0.69% -
HSV(B) 30.55º 0.27% 0.8% -
XYZ 45.5 45.89 34.48 -
YUV 180.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 203 176 148 0 0.13 0.27 0.20 30.55 0.35 0.69
Hex CB B0 94 0 D 1B 14 1F 23 45
Octal 313 260 224 0 15 33 24 37 43 105
Binary 11001011 10110000 10010100 0 1101 11011 10100 11111 100011 1000101

Color Harmonies of #CBB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB094

Black with #CBB094

Text Example


Text Example

White with #CBB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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