Html Css Color HEX #CCBEC0 Pink Flare

📋 copy color: '#CCBEC0'

red 204 ◦ green 190 ◦ blue 192

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

Shades of Pink Flare #CCBEC0

Tints of Pink Flare #CCBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.42%

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 34.81%
G = 32.42%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCBEC0 (or 0xCCBEC0) is known color: Pink Flare. HEX triplet: CC, BE and C0. RGB value is (204,190,192). Sum of RGB (Red+Green+Blue) = 204+190+192=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC0 is #33413F. Grayscale: #C2C2C2. Windows color (decimal): -3359040 or 12631756. OLE color: 12631756.

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

Color convert

RGB 204 190 192 -
CMYK 0 0.07 0.06 0.2
HSL 351.43º 0.12% 0.77% -
HSV(B) 351.43º 0.07% 0.8% -
XYZ 52.83 53.47 57.41 -
YUV 194.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 204 190 192 0 0.07 0.06 0.2 351.43 0.12 0.77
Hex CC BE C0 0 7 6 14 15F C 4D
Octal 314 276 300 0 7 6 24 537 14 115
Binary 11001100 10111110 11000000 0 111 110 10100 101011111 1100 1001101

Color Harmonies of #CCBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEC0

Black with #CCBEC0

Text Example


Text Example

White with #CCBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEC0; }

 p { color: rgb(204,190,192); }

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

background-color css

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

 a { background-color: rgb(204,190,192); }

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

border-color css

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

 span { border-color: rgb(204,190,192); }

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