Html Css Color HEX #C0D4BF Paris White

📋 copy color: '#C0D4BF'

red 192 ◦ green 212 ◦ blue 191

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

Shades of Paris White #C0D4BF

Tints of Paris White #C0D4BF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.63%

 BLUE value IS 191 (75% from 255) = 32.1%

R = 32.27%
G = 35.63%
B = 32.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#C0D4BF (or 0xC0D4BF) is known color: Paris White. HEX triplet: C0, D4 and BF. RGB value is (192,212,191). Sum of RGB (Red+Green+Blue) = 192+212+191=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4BF is #3F2B40. Grayscale: #CBCBCB. Windows color (decimal): -4139841 or 12571840. OLE color: 12571840.

HSL color Cylindrical-coordinate representation of color #C0D4BF: hue angle of 117.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D4BF is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 212 191 -
CMYK 0.09 0 0.10 0.17
HSL 117.14º 0.2% 0.79% -
HSV(B) 117.14º 0.1% 0.83% -
XYZ 54.69 62.06 58.39 -
YUV 203.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 192 212 191 0.09 0 0.10 0.17 117.14 0.2 0.79
Hex C0 D4 BF 9 0 A 11 75 14 4F
Octal 300 324 277 11 0 12 21 165 24 117
Binary 11000000 11010100 10111111 1001 0 1010 10001 1110101 10100 1001111

Color Harmonies of #C0D4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D4BF

Black with #C0D4BF

Text Example


Text Example

White with #C0D4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D4BF; }

 p { color: rgb(192,212,191); }

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

background-color css

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

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

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

border-color css

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

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

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