Html Css Color HEX #C8CCC8 Paris White

📋 copy color: '#C8CCC8'

red 200 ◦ green 204 ◦ blue 200

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

Shades of Paris White #C8CCC8

Tints of Paris White #C8CCC8

RGB

 RED value IS 200 (78.52% from 255) = 33.11%

 GREEN value IS 204 (80.08% from 255) = 33.77%

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 33.11%
G = 33.77%
B = 33.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#C8CCC8 (or 0xC8CCC8) is known color: Paris White. HEX triplet: C8, CC and C8. RGB value is (200,204,200). Sum of RGB (Red+Green+Blue) = 200+204+200=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCC8 is #373337. Grayscale: #CACACA. Windows color (decimal): -3617592 or 13159624. OLE color: 13159624.

HSL color Cylindrical-coordinate representation of color #C8CCC8: hue angle of 120º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CCC8 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 200 -
CMYK 0.02 0 0.02 0.2
HSL 120º 0.04% 0.79% -
HSV(B) 120º 0.02% 0.8% -
XYZ 55.84 59.64 63.21 -
YUV 202.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 200 204 200 0.02 0 0.02 0.2 120 0.04 0.79
Hex C8 CC C8 2 0 2 14 78 4 4F
Octal 310 314 310 2 0 2 24 170 4 117
Binary 11001000 11001100 11001000 10 0 10 10100 1111000 100 1001111

Color Harmonies of #C8CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCC8

Black with #C8CCC8

Text Example


Text Example

White with #C8CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCC8; }

 p { color: rgb(200,204,200); }

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

background-color css

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

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

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

border-color css

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

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

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