Html Css Color HEX #CFB6BB Pink Flare

📋 copy color: '#CFB6BB'

red 207 ◦ green 182 ◦ blue 187

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

Shades of Pink Flare #CFB6BB

Tints of Pink Flare #CFB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.6%

 BLUE value IS 187 (73.44% from 255) = 32.47%

R = 35.94%
G = 31.6%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFB6BB (or 0xCFB6BB) is known color: Pink Flare. HEX triplet: CF, B6 and BB. RGB value is (207,182,187). Sum of RGB (Red+Green+Blue) = 207+182+187=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6BB is #304944. Grayscale: #BEBEBE. Windows color (decimal): -3164485 or 12302031. OLE color: 12302031.

HSL color Cylindrical-coordinate representation of color #CFB6BB: hue angle of 348º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB6BB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 187 -
CMYK 0 0.12 0.10 0.19
HSL 348º 0.21% 0.76% -
HSV(B) 348º 0.12% 0.81% -
XYZ 51.43 50.31 54.01 -
YUV 190.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 207 182 187 0 0.12 0.10 0.19 348 0.21 0.76
Hex CF B6 BB 0 C A 13 15C 15 4C
Octal 317 266 273 0 14 12 23 534 25 114
Binary 11001111 10110110 10111011 0 1100 1010 10011 101011100 10101 1001100

Color Harmonies of #CFB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6BB

Black with #CFB6BB

Text Example


Text Example

White with #CFB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6BB; }

 p { color: rgb(207,182,187); }

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

background-color css

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

 a { background-color: rgb(207,182,187); }

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

border-color css

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

 span { border-color: rgb(207,182,187); }

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