Html Css Color HEX #CBAFA0 Cashmere

📋 copy color: '#CBAFA0'

red 203 ◦ green 175 ◦ blue 160

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

Shades of Cashmere #CBAFA0

Tints of Cashmere #CBAFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 37.73%
G = 32.53%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CBAFA0 (or 0xCBAFA0) is known color: Cashmere. HEX triplet: CB, AF and A0. RGB value is (203,175,160). Sum of RGB (Red+Green+Blue) = 203+175+160=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFA0 is #34505F. Grayscale: #B5B5B5. Windows color (decimal): -3428448 or 10530763. OLE color: 10530763.

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

Color convert

RGB 203 175 160 -
CMYK 0 0.14 0.21 0.20
HSL 20.93º 0.29% 0.71% -
HSV(B) 20.93º 0.21% 0.8% -
XYZ 46.3 45.89 39.68 -
YUV 181.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 203 175 160 0 0.14 0.21 0.20 20.93 0.29 0.71
Hex CB AF A0 0 E 15 14 15 1D 47
Octal 313 257 240 0 16 25 24 25 35 107
Binary 11001011 10101111 10100000 0 1110 10101 10100 10101 11101 1000111

Color Harmonies of #CBAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFA0

Black with #CBAFA0

Text Example


Text Example

White with #CBAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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