Html Css Color HEX #CCB6BA Pink Flare

📋 copy color: '#CCB6BA'

red 204 ◦ green 182 ◦ blue 186

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

Shades of Pink Flare #CCB6BA

Tints of Pink Flare #CCB6BA

RGB

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

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

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

R = 35.66%
G = 31.82%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCB6BA (or 0xCCB6BA) is known color: Pink Flare. HEX triplet: CC, B6 and BA. RGB value is (204,182,186). Sum of RGB (Red+Green+Blue) = 204+182+186=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6BA is #334945. Grayscale: #BDBDBD. Windows color (decimal): -3361094 or 12236492. OLE color: 12236492.

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

Color convert

RGB 204 182 186 -
CMYK 0 0.11 0.09 0.2
HSL 349.09º 0.18% 0.76% -
HSV(B) 349.09º 0.11% 0.8% -
XYZ 50.49 49.84 53.41 -
YUV 189.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 204 182 186 0 0.11 0.09 0.2 349.09 0.18 0.76
Hex CC B6 BA 0 B 9 14 15D 12 4C
Octal 314 266 272 0 13 11 24 535 22 114
Binary 11001100 10110110 10111010 0 1011 1001 10100 101011101 10010 1001100

Color Harmonies of #CCB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6BA

Black with #CCB6BA

Text Example


Text Example

White with #CCB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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