Html Css Color HEX #CBAE99 Cashmere

📋 copy color: '#CBAE99'

red 203 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #CBAE99

Tints of Cashmere #CBAE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.83%

 BLUE value IS 153 (60.16% from 255) = 28.87%

R = 38.3%
G = 32.83%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBAE99 (or 0xCBAE99) is known color: Cashmere. HEX triplet: CB, AE and 99. RGB value is (203,174,153). Sum of RGB (Red+Green+Blue) = 203+174+153=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE99 is #345166. Grayscale: #B4B4B4. Windows color (decimal): -3428711 or 10071755. OLE color: 10071755.

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

Color convert

RGB 203 174 153 -
CMYK 0 0.14 0.25 0.20
HSL 25.2º 0.32% 0.7% -
HSV(B) 25.2º 0.25% 0.8% -
XYZ 45.51 45.27 36.48 -
YUV 180.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 203 174 153 0 0.14 0.25 0.20 25.2 0.32 0.7
Hex CB AE 99 0 E 19 14 19 20 46
Octal 313 256 231 0 16 31 24 31 40 106
Binary 11001011 10101110 10011001 0 1110 11001 10100 11001 100000 1000110

Color Harmonies of #CBAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE99

Black with #CBAE99

Text Example


Text Example

White with #CBAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE99; }

 p { color: rgb(203,174,153); }

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

background-color css

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

 a { background-color: rgb(203,174,153); }

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

border-color css

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

 span { border-color: rgb(203,174,153); }

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