Html Css Color HEX #CCB9BA Pink Flare

📋 copy color: '#CCB9BA'

red 204 ◦ green 185 ◦ blue 186

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

Shades of Pink Flare #CCB9BA

Tints of Pink Flare #CCB9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.35%

R = 35.48%
G = 32.17%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCB9BA (or 0xCCB9BA) is known color: Pink Flare. HEX triplet: CC, B9 and BA. RGB value is (204,185,186). Sum of RGB (Red+Green+Blue) = 204+185+186=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9BA is #334645. Grayscale: #BEBEBE. Windows color (decimal): -3360326 or 12237260. OLE color: 12237260.

HSL color Cylindrical-coordinate representation of color #CCB9BA: hue angle of 356.84º 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 #CCB9BA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 186 -
CMYK 0 0.09 0.09 0.2
HSL 356.84º 0.16% 0.76% -
HSV(B) 356.84º 0.09% 0.8% -
XYZ 51.11 51.08 53.62 -
YUV 190.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 204 185 186 0 0.09 0.09 0.2 356.84 0.16 0.76
Hex CC B9 BA 0 9 9 14 165 10 4C
Octal 314 271 272 0 11 11 24 545 20 114
Binary 11001100 10111001 10111010 0 1001 1001 10100 101100101 10000 1001100

Color Harmonies of #CCB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9BA

Black with #CCB9BA

Text Example


Text Example

White with #CCB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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