Html Css Color HEX #CFAB90 Cashmere

📋 copy color: '#CFAB90'

red 207 ◦ green 171 ◦ blue 144

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

Shades of Cashmere #CFAB90

Tints of Cashmere #CFAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.76%

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 39.66%
G = 32.76%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFAB90 (or 0xCFAB90) is known color: Cashmere. HEX triplet: CF, AB and 90. RGB value is (207,171,144). Sum of RGB (Red+Green+Blue) = 207+171+144=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB90 is #30546F. Grayscale: #B2B2B2. Windows color (decimal): -3167344 or 9481167. OLE color: 9481167.

HSL color Cylindrical-coordinate representation of color #CFAB90: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFAB90 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 144 -
CMYK 0 0.17 0.30 0.19
HSL 25.71º 0.4% 0.69% -
HSV(B) 25.71º 0.3% 0.81% -
XYZ 45.33 44.4 32.57 -
YUV 178.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 207 171 144 0 0.17 0.30 0.19 25.71 0.4 0.69
Hex CF AB 90 0 11 1E 13 1A 28 45
Octal 317 253 220 0 21 36 23 32 50 105
Binary 11001111 10101011 10010000 0 10001 11110 10011 11010 101000 1000101

Color Harmonies of #CFAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB90

Black with #CFAB90

Text Example


Text Example

White with #CFAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB90; }

 p { color: rgb(207,171,144); }

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

background-color css

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

 a { background-color: rgb(207,171,144); }

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

border-color css

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

 span { border-color: rgb(207,171,144); }

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