Html Css Color HEX #CBAF93 Cashmere

📋 copy color: '#CBAF93'

red 203 ◦ green 175 ◦ blue 147

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

Shades of Cashmere #CBAF93

Tints of Cashmere #CBAF93

RGB

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

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

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

R = 38.67%
G = 33.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBAF93 (or 0xCBAF93) is known color: Cashmere. HEX triplet: CB, AF and 93. RGB value is (203,175,147). Sum of RGB (Red+Green+Blue) = 203+175+147=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF93 is #34506C. Grayscale: #B4B4B4. Windows color (decimal): -3428461 or 9678795. OLE color: 9678795.

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

Color convert

RGB 203 175 147 -
CMYK 0 0.14 0.28 0.20
HSL 30º 0.35% 0.69% -
HSV(B) 30º 0.28% 0.8% -
XYZ 45.23 45.46 34 -
YUV 180.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 203 175 147 0 0.14 0.28 0.20 30 0.35 0.69
Hex CB AF 93 0 E 1C 14 1E 23 45
Octal 313 257 223 0 16 34 24 36 43 105
Binary 11001011 10101111 10010011 0 1110 11100 10100 11110 100011 1000101

Color Harmonies of #CBAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF93

Black with #CBAF93

Text Example


Text Example

White with #CBAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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