Html Css Color HEX #CFADB0 Pink Flare

📋 copy color: '#CFADB0'

red 207 ◦ green 173 ◦ blue 176

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

Shades of Pink Flare #CFADB0

Tints of Pink Flare #CFADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.12%

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

R = 37.23%
G = 31.12%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFADB0 (or 0xCFADB0) is known color: Pink Flare. HEX triplet: CF, AD and B0. RGB value is (207,173,176). Sum of RGB (Red+Green+Blue) = 207+173+176=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADB0 is #30524F. Grayscale: #B7B7B7. Windows color (decimal): -3166800 or 11578831. OLE color: 11578831.

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

Color convert

RGB 207 173 176 -
CMYK 0 0.16 0.15 0.19
HSL 354.71º 0.26% 0.75% -
HSV(B) 354.71º 0.16% 0.81% -
XYZ 48.51 46.29 47.45 -
YUV 183.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 207 173 176 0 0.16 0.15 0.19 354.71 0.26 0.75
Hex CF AD B0 0 10 F 13 163 1A 4B
Octal 317 255 260 0 20 17 23 543 32 113
Binary 11001111 10101101 10110000 0 10000 1111 10011 101100011 11010 1001011

Color Harmonies of #CFADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFADB0

Black with #CFADB0

Text Example


Text Example

White with #CFADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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