Html Css Color HEX #C0CEC0 Paris White

📋 copy color: '#C0CEC0'

red 192 ◦ green 206 ◦ blue 192

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

Shades of Paris White #C0CEC0

Tints of Paris White #C0CEC0

RGB

 RED value IS 192 (75.39% from 255) = 32.54%

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 32.54%
G = 34.92%
B = 32.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#C0CEC0 (or 0xC0CEC0) is known color: Paris White. HEX triplet: C0, CE and C0. RGB value is (192,206,192). Sum of RGB (Red+Green+Blue) = 192+206+192=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEC0 is #3F313F. Grayscale: #C8C8C8. Windows color (decimal): -4141376 or 12635840. OLE color: 12635840.

HSL color Cylindrical-coordinate representation of color #C0CEC0: hue angle of 120º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CEC0 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 192 -
CMYK 0.07 0 0.07 0.19
HSL 120º 0.13% 0.78% -
HSV(B) 120º 0.07% 0.81% -
XYZ 53.32 59.15 58.48 -
YUV 200.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 192 206 192 0.07 0 0.07 0.19 120 0.13 0.78
Hex C0 CE C0 7 0 7 13 78 C 4E
Octal 300 316 300 7 0 7 23 170 14 116
Binary 11000000 11001110 11000000 111 0 111 10011 1111000 1100 1001110

Color Harmonies of #C0CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEC0

Black with #C0CEC0

Text Example


Text Example

White with #C0CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEC0; }

 p { color: rgb(192,206,192); }

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

background-color css

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

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

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

border-color css

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

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

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