Html Css Color HEX #CBA893 Cashmere

📋 copy color: '#CBA893'

red 203 ◦ green 168 ◦ blue 147

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

Shades of Cashmere #CBA893

Tints of Cashmere #CBA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 39.19%
G = 32.43%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBA893 (or 0xCBA893) is known color: Cashmere. HEX triplet: CB, A8 and 93. RGB value is (203,168,147). Sum of RGB (Red+Green+Blue) = 203+168+147=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA893 is #34576C. Grayscale: #B0B0B0. Windows color (decimal): -3430253 or 9677003. OLE color: 9677003.

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

Color convert

RGB 203 168 147 -
CMYK 0 0.17 0.28 0.20
HSL 22.5º 0.35% 0.69% -
HSV(B) 22.5º 0.28% 0.8% -
XYZ 43.9 42.81 33.55 -
YUV 176.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 203 168 147 0 0.17 0.28 0.20 22.5 0.35 0.69
Hex CB A8 93 0 11 1C 14 16 23 45
Octal 313 250 223 0 21 34 24 26 43 105
Binary 11001011 10101000 10010011 0 10001 11100 10100 10110 100011 1000101

Color Harmonies of #CBA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA893

Black with #CBA893

Text Example


Text Example

White with #CBA893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA893; }

 p { color: rgb(203,168,147); }

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

background-color css

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

 a { background-color: rgb(203,168,147); }

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

border-color css

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

 span { border-color: rgb(203,168,147); }

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