Html Css Color HEX #CCB9BB Pink Flare

📋 copy color: '#CCB9BB'

red 204 ◦ green 185 ◦ blue 187

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

Shades of Pink Flare #CCB9BB

Tints of Pink Flare #CCB9BB

RGB

 RED value IS 204 (80.08% from 255) = 35.42%

 GREEN value IS 185 (72.66% from 255) = 32.12%

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

R = 35.42%
G = 32.12%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCB9BB (or 0xCCB9BB) is known color: Pink Flare. HEX triplet: CC, B9 and BB. RGB value is (204,185,187). Sum of RGB (Red+Green+Blue) = 204+185+187=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9BB is #334644. Grayscale: #BEBEBE. Windows color (decimal): -3360325 or 12302796. OLE color: 12302796.

HSL color Cylindrical-coordinate representation of color #CCB9BB: hue angle of 353.68º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCB9BB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 187 -
CMYK 0 0.09 0.08 0.2
HSL 353.68º 0.16% 0.76% -
HSV(B) 353.68º 0.09% 0.8% -
XYZ 51.22 51.12 54.18 -
YUV 190.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 204 185 187 0 0.09 0.08 0.2 353.68 0.16 0.76
Hex CC B9 BB 0 9 8 14 162 10 4C
Octal 314 271 273 0 11 10 24 542 20 114
Binary 11001100 10111001 10111011 0 1001 1000 10100 101100010 10000 1001100

Color Harmonies of #CCB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9BB

Black with #CCB9BB

Text Example


Text Example

White with #CCB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9BB; }

 p { color: rgb(204,185,187); }

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

background-color css

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

 a { background-color: rgb(204,185,187); }

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

border-color css

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

 span { border-color: rgb(204,185,187); }

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