Html Css Color HEX #CFB0B5 Pink Flare

📋 copy color: '#CFB0B5'

red 207 ◦ green 176 ◦ blue 181

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

Shades of Pink Flare #CFB0B5

Tints of Pink Flare #CFB0B5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.21%

 BLUE value IS 181 (71.09% from 255) = 32.09%

R = 36.7%
G = 31.21%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CFB0B5 (or 0xCFB0B5) is known color: Pink Flare. HEX triplet: CF, B0 and B5. RGB value is (207,176,181). Sum of RGB (Red+Green+Blue) = 207+176+181=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B5 is #304F4A. Grayscale: #B9B9B9. Windows color (decimal): -3166027 or 11907279. OLE color: 11907279.

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

Color convert

RGB 207 176 181 -
CMYK 0 0.15 0.13 0.19
HSL 350.32º 0.24% 0.75% -
HSV(B) 350.32º 0.15% 0.81% -
XYZ 49.6 47.65 50.3 -
YUV 185.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 207 176 181 0 0.15 0.13 0.19 350.32 0.24 0.75
Hex CF B0 B5 0 F D 13 15E 18 4B
Octal 317 260 265 0 17 15 23 536 30 113
Binary 11001111 10110000 10110101 0 1111 1101 10011 101011110 11000 1001011

Color Harmonies of #CFB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0B5

Black with #CFB0B5

Text Example


Text Example

White with #CFB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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