Html Css Color HEX #CFAAB0 Pink Flare

📋 copy color: '#CFAAB0'

red 207 ◦ green 170 ◦ blue 176

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

Shades of Pink Flare #CFAAB0

Tints of Pink Flare #CFAAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 37.43%
G = 30.74%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFAAB0 (or 0xCFAAB0) is known color: Pink Flare. HEX triplet: CF, AA and B0. RGB value is (207,170,176). Sum of RGB (Red+Green+Blue) = 207+170+176=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAB0 is #30554F. Grayscale: #B5B5B5. Windows color (decimal): -3167568 or 11578063. OLE color: 11578063.

HSL color Cylindrical-coordinate representation of color #CFAAB0: hue angle of 350.27º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAB0 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 176 -
CMYK 0 0.18 0.15 0.19
HSL 350.27º 0.28% 0.74% -
HSV(B) 350.27º 0.18% 0.81% -
XYZ 47.94 45.15 47.26 -
YUV 181.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 207 170 176 0 0.18 0.15 0.19 350.27 0.28 0.74
Hex CF AA B0 0 12 F 13 15E 1C 4A
Octal 317 252 260 0 22 17 23 536 34 112
Binary 11001111 10101010 10110000 0 10010 1111 10011 101011110 11100 1001010

Color Harmonies of #CFAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAB0

Black with #CFAAB0

Text Example


Text Example

White with #CFAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAB0; }

 p { color: rgb(207,170,176); }

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

background-color css

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

 a { background-color: rgb(207,170,176); }

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

border-color css

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

 span { border-color: rgb(207,170,176); }

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