Html Css Color HEX #C8CAC8 Paris White

📋 copy color: '#C8CAC8'

red 200 ◦ green 202 ◦ blue 200

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

Shades of Paris White #C8CAC8

Tints of Paris White #C8CAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.55%

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

R = 33.22%
G = 33.55%
B = 33.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C8CAC8 (or 0xC8CAC8) is known color: Paris White. HEX triplet: C8, CA and C8. RGB value is (200,202,200). Sum of RGB (Red+Green+Blue) = 200+202+200=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC8 is #373537. Grayscale: #C9C9C9. Windows color (decimal): -3618104 or 13159112. OLE color: 13159112.

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

Color convert

RGB 200 202 200 -
CMYK 0.01 0 0.01 0.21
HSL 120º 0.02% 0.79% -
HSV(B) 120º 0.01% 0.79% -
XYZ 55.37 58.69 63.05 -
YUV 201.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 200 202 200 0.01 0 0.01 0.21 120 0.02 0.79
Hex C8 CA C8 1 0 1 15 78 2 4F
Octal 310 312 310 1 0 1 25 170 2 117
Binary 11001000 11001010 11001000 1 0 1 10101 1111000 10 1001111

Color Harmonies of #C8CAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAC8

Black with #C8CAC8

Text Example


Text Example

White with #C8CAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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