Html Css Color HEX #CFAEB0 Pink Flare

📋 copy color: '#CFAEB0'

red 207 ◦ green 174 ◦ blue 176

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

Shades of Pink Flare #CFAEB0

Tints of Pink Flare #CFAEB0

RGB

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

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

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

R = 37.16%
G = 31.24%
B = 31.6%

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

#CFAEB0 (or 0xCFAEB0) is known color: Pink Flare. HEX triplet: CF, AE and B0. RGB value is (207,174,176). Sum of RGB (Red+Green+Blue) = 207+174+176=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEB0 is #30514F. Grayscale: #B8B8B8. Windows color (decimal): -3166544 or 11579087. OLE color: 11579087.

HSL color Cylindrical-coordinate representation of color #CFAEB0: hue angle of 356.36º 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 #CFAEB0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 176 -
CMYK 0 0.16 0.15 0.19
HSL 356.36º 0.26% 0.75% -
HSV(B) 356.36º 0.16% 0.81% -
XYZ 48.7 46.67 47.52 -
YUV 184.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 207 174 176 0 0.16 0.15 0.19 356.36 0.26 0.75
Hex CF AE B0 0 10 F 13 164 1A 4B
Octal 317 256 260 0 20 17 23 544 32 113
Binary 11001111 10101110 10110000 0 10000 1111 10011 101100100 11010 1001011

Color Harmonies of #CFAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEB0

Black with #CFAEB0

Text Example


Text Example

White with #CFAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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