Html Css Color HEX #CBAC96 Cashmere

📋 copy color: '#CBAC96'

red 203 ◦ green 172 ◦ blue 150

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

Shades of Cashmere #CBAC96

Tints of Cashmere #CBAC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.76%

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

R = 38.67%
G = 32.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBAC96 (or 0xCBAC96) is known color: Cashmere. HEX triplet: CB, AC and 96. RGB value is (203,172,150). Sum of RGB (Red+Green+Blue) = 203+172+150=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC96 is #345369. Grayscale: #B2B2B2. Windows color (decimal): -3429226 or 9874635. OLE color: 9874635.

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

Color convert

RGB 203 172 150 -
CMYK 0 0.15 0.26 0.20
HSL 24.91º 0.34% 0.69% -
HSV(B) 24.91º 0.26% 0.8% -
XYZ 44.89 44.4 35.06 -
YUV 178.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 203 172 150 0 0.15 0.26 0.20 24.91 0.34 0.69
Hex CB AC 96 0 F 1A 14 19 22 45
Octal 313 254 226 0 17 32 24 31 42 105
Binary 11001011 10101100 10010110 0 1111 11010 10100 11001 100010 1000101

Color Harmonies of #CBAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC96

Black with #CBAC96

Text Example


Text Example

White with #CBAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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