Html Css Color HEX #CFB0B8 Pink Flare

📋 copy color: '#CFB0B8'

red 207 ◦ green 176 ◦ blue 184

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

Shades of Pink Flare #CFB0B8

Tints of Pink Flare #CFB0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 36.51%
G = 31.04%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFB0B8 (or 0xCFB0B8) is known color: Pink Flare. HEX triplet: CF, B0 and B8. RGB value is (207,176,184). Sum of RGB (Red+Green+Blue) = 207+176+184=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0B8 is #304F47. Grayscale: #BABABA. Windows color (decimal): -3166024 or 12103887. OLE color: 12103887.

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

Color convert

RGB 207 176 184 -
CMYK 0 0.15 0.11 0.19
HSL 344.52º 0.24% 0.75% -
HSV(B) 344.52º 0.15% 0.81% -
XYZ 49.91 47.78 51.94 -
YUV 186.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 207 176 184 0 0.15 0.11 0.19 344.52 0.24 0.75
Hex CF B0 B8 0 F B 13 159 18 4B
Octal 317 260 270 0 17 13 23 531 30 113
Binary 11001111 10110000 10111000 0 1111 1011 10011 101011001 11000 1001011

Color Harmonies of #CFB0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0B8

Black with #CFB0B8

Text Example


Text Example

White with #CFB0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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