Html Css Color HEX #C0D0C2 Paris White

📋 copy color: '#C0D0C2'

red 192 ◦ green 208 ◦ blue 194

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

Shades of Paris White #C0D0C2

Tints of Paris White #C0D0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

 BLUE value IS 194 (76.17% from 255) = 32.66%

R = 32.32%
G = 35.02%
B = 32.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#C0D0C2 (or 0xC0D0C2) is known color: Paris White. HEX triplet: C0, D0 and C2. RGB value is (192,208,194). Sum of RGB (Red+Green+Blue) = 192+208+194=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0C2 is #3F2F3D. Grayscale: #C9C9C9. Windows color (decimal): -4140862 or 12767424. OLE color: 12767424.

HSL color Cylindrical-coordinate representation of color #C0D0C2: hue angle of 127.5º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0D0C2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 194 -
CMYK 0.08 0 0.07 0.18
HSL 127.5º 0.15% 0.78% -
HSV(B) 127.5º 0.08% 0.82% -
XYZ 54.03 60.21 59.81 -
YUV 201.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 192 208 194 0.08 0 0.07 0.18 127.5 0.15 0.78
Hex C0 D0 C2 8 0 7 12 80 F 4E
Octal 300 320 302 10 0 7 22 200 17 116
Binary 11000000 11010000 11000010 1000 0 111 10010 10000000 1111 1001110

Color Harmonies of #C0D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D0C2

Black with #C0D0C2

Text Example


Text Example

White with #C0D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D0C2; }

 p { color: rgb(192,208,194); }

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

background-color css

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

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

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

border-color css

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

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

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