Html Css Color HEX #CBAF96 Cashmere

📋 copy color: '#CBAF96'

red 203 ◦ green 175 ◦ blue 150

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

Shades of Cashmere #CBAF96

Tints of Cashmere #CBAF96

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 38.45%
G = 33.14%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBAF96 (or 0xCBAF96) is known color: Cashmere. HEX triplet: CB, AF and 96. RGB value is (203,175,150). Sum of RGB (Red+Green+Blue) = 203+175+150=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF96 is #345069. Grayscale: #B4B4B4. Windows color (decimal): -3428458 or 9875403. OLE color: 9875403.

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

Color convert

RGB 203 175 150 -
CMYK 0 0.14 0.26 0.20
HSL 28.3º 0.34% 0.69% -
HSV(B) 28.3º 0.26% 0.8% -
XYZ 45.46 45.56 35.25 -
YUV 180.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 203 175 150 0 0.14 0.26 0.20 28.3 0.34 0.69
Hex CB AF 96 0 E 1A 14 1C 22 45
Octal 313 257 226 0 16 32 24 34 42 105
Binary 11001011 10101111 10010110 0 1110 11010 10100 11100 100010 1000101

Color Harmonies of #CBAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF96

Black with #CBAF96

Text Example


Text Example

White with #CBAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF96; }

 p { color: rgb(203,175,150); }

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

background-color css

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

 a { background-color: rgb(203,175,150); }

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

border-color css

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

 span { border-color: rgb(203,175,150); }

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