Html Css Color HEX #CCB0B3 Pink Flare

📋 copy color: '#CCB0B3'

red 204 ◦ green 176 ◦ blue 179

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

Shades of Pink Flare #CCB0B3

Tints of Pink Flare #CCB0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.02%

R = 36.49%
G = 31.48%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCB0B3 (or 0xCCB0B3) is known color: Pink Flare. HEX triplet: CC, B0 and B3. RGB value is (204,176,179). Sum of RGB (Red+Green+Blue) = 204+176+179=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0B3 is #334F4C. Grayscale: #B8B8B8. Windows color (decimal): -3362637 or 11776204. OLE color: 11776204.

HSL color Cylindrical-coordinate representation of color #CCB0B3: hue angle of 353.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB0B3 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 179 -
CMYK 0 0.14 0.12 0.2
HSL 353.57º 0.22% 0.75% -
HSV(B) 353.57º 0.14% 0.8% -
XYZ 48.56 47.14 49.19 -
YUV 184.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 204 176 179 0 0.14 0.12 0.2 353.57 0.22 0.75
Hex CC B0 B3 0 E C 14 162 16 4B
Octal 314 260 263 0 16 14 24 542 26 113
Binary 11001100 10110000 10110011 0 1110 1100 10100 101100010 10110 1001011

Color Harmonies of #CCB0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0B3

Black with #CCB0B3

Text Example


Text Example

White with #CCB0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0B3; }

 p { color: rgb(204,176,179); }

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

background-color css

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

 a { background-color: rgb(204,176,179); }

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

border-color css

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

 span { border-color: rgb(204,176,179); }

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