Html Css Color HEX #C8AE9B Cashmere

📋 copy color: '#C8AE9B'

red 200 ◦ green 174 ◦ blue 155

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

Shades of Cashmere #C8AE9B

Tints of Cashmere #C8AE9B

RGB

 RED value IS 200 (78.52% from 255) = 37.81%

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

 BLUE value IS 155 (60.94% from 255) = 29.3%

R = 37.81%
G = 32.89%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8AE9B (or 0xC8AE9B) is known color: Cashmere. HEX triplet: C8, AE and 9B. RGB value is (200,174,155). Sum of RGB (Red+Green+Blue) = 200+174+155=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE9B is #375164. Grayscale: #B3B3B3. Windows color (decimal): -3625317 or 10202824. OLE color: 10202824.

HSL color Cylindrical-coordinate representation of color #C8AE9B: hue angle of 25.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AE9B is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 174 155 -
CMYK 0 0.13 0.22 0.22
HSL 25.33º 0.29% 0.7% -
HSV(B) 25.33º 0.23% 0.78% -
XYZ 44.87 44.92 37.32 -
YUV 179.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 200 174 155 0 0.13 0.22 0.22 25.33 0.29 0.7
Hex C8 AE 9B 0 D 16 16 19 1D 46
Octal 310 256 233 0 15 26 26 31 35 106
Binary 11001000 10101110 10011011 0 1101 10110 10110 11001 11101 1000110

Color Harmonies of #C8AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AE9B

Black with #C8AE9B

Text Example


Text Example

White with #C8AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AE9B; }

 p { color: rgb(200,174,155); }

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

background-color css

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

 a { background-color: rgb(200,174,155); }

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

border-color css

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

 span { border-color: rgb(200,174,155); }

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