Html Css Color HEX #CBAE98 Cashmere

📋 copy color: '#CBAE98'

red 203 ◦ green 174 ◦ blue 152

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

Shades of Cashmere #CBAE98

Tints of Cashmere #CBAE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 38.37%
G = 32.89%
B = 28.73%

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

#CBAE98 (or 0xCBAE98) is known color: Cashmere. HEX triplet: CB, AE and 98. RGB value is (203,174,152). Sum of RGB (Red+Green+Blue) = 203+174+152=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE98 is #345167. Grayscale: #B4B4B4. Windows color (decimal): -3428712 or 10006219. OLE color: 10006219.

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

Color convert

RGB 203 174 152 -
CMYK 0 0.14 0.25 0.20
HSL 25.88º 0.33% 0.7% -
HSV(B) 25.88º 0.25% 0.8% -
XYZ 45.43 45.24 36.04 -
YUV 180.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 203 174 152 0 0.14 0.25 0.20 25.88 0.33 0.7
Hex CB AE 98 0 E 19 14 1A 21 46
Octal 313 256 230 0 16 31 24 32 41 106
Binary 11001011 10101110 10011000 0 1110 11001 10100 11010 100001 1000110

Color Harmonies of #CBAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE98

Black with #CBAE98

Text Example


Text Example

White with #CBAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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