Html Css Color HEX #CFAE9C Cashmere

📋 copy color: '#CFAE9C'

red 207 ◦ green 174 ◦ blue 156

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

Shades of Cashmere #CFAE9C

Tints of Cashmere #CFAE9C

RGB

 RED value IS 207 (81.25% from 255) = 38.55%

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 38.55%
G = 32.4%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFAE9C (or 0xCFAE9C) is known color: Cashmere. HEX triplet: CF, AE and 9C. RGB value is (207,174,156). Sum of RGB (Red+Green+Blue) = 207+174+156=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAE9C is #305163. Grayscale: #B5B5B5. Windows color (decimal): -3166564 or 10268367. OLE color: 10268367.

HSL color Cylindrical-coordinate representation of color #CFAE9C: hue angle of 21.18º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFAE9C is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 156 -
CMYK 0 0.16 0.25 0.19
HSL 21.18º 0.35% 0.71% -
HSV(B) 21.18º 0.25% 0.81% -
XYZ 46.87 45.94 37.85 -
YUV 181.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 207 174 156 0 0.16 0.25 0.19 21.18 0.35 0.71
Hex CF AE 9C 0 10 19 13 15 23 47
Octal 317 256 234 0 20 31 23 25 43 107
Binary 11001111 10101110 10011100 0 10000 11001 10011 10101 100011 1000111

Color Harmonies of #CFAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE9C

Black with #CFAE9C

Text Example


Text Example

White with #CFAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE9C; }

 p { color: rgb(207,174,156); }

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

background-color css

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

 a { background-color: rgb(207,174,156); }

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

border-color css

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

 span { border-color: rgb(207,174,156); }

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