Html Css Color HEX #CBAE9A Cashmere

📋 copy color: '#CBAE9A'

red 203 ◦ green 174 ◦ blue 154

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

Shades of Cashmere #CBAE9A

Tints of Cashmere #CBAE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29%

R = 38.23%
G = 32.77%
B = 29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CBAE9A (or 0xCBAE9A) is known color: Cashmere. HEX triplet: CB, AE and 9A. RGB value is (203,174,154). Sum of RGB (Red+Green+Blue) = 203+174+154=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE9A is #345165. Grayscale: #B4B4B4. Windows color (decimal): -3428710 or 10137291. OLE color: 10137291.

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

Color convert

RGB 203 174 154 -
CMYK 0 0.14 0.24 0.20
HSL 24.49º 0.32% 0.7% -
HSV(B) 24.49º 0.24% 0.8% -
XYZ 45.6 45.3 36.91 -
YUV 180.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 203 174 154 0 0.14 0.24 0.20 24.49 0.32 0.7
Hex CB AE 9A 0 E 18 14 18 20 46
Octal 313 256 232 0 16 30 24 30 40 106
Binary 11001011 10101110 10011010 0 1110 11000 10100 11000 100000 1000110

Color Harmonies of #CBAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE9A

Black with #CBAE9A

Text Example


Text Example

White with #CBAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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