Html Css Color HEX #C7CBC7 Paris White

📋 copy color: '#C7CBC7'

red 199 ◦ green 203 ◦ blue 199

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

Shades of Paris White #C7CBC7

Tints of Paris White #C7CBC7

RGB

 RED value IS 199 (78.13% from 255) = 33.11%

 GREEN value IS 203 (79.69% from 255) = 33.78%

 BLUE value IS 199 (78.13% from 255) = 33.11%

R = 33.11%
G = 33.78%
B = 33.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#C7CBC7 (or 0xC7CBC7) is known color: Paris White. HEX triplet: C7, CB and C7. RGB value is (199,203,199). Sum of RGB (Red+Green+Blue) = 199+203+199=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBC7 is #383438. Grayscale: #C9C9C9. Windows color (decimal): -3683385 or 13093831. OLE color: 13093831.

HSL color Cylindrical-coordinate representation of color #C7CBC7: 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 #C7CBC7 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 203 199 -
CMYK 0.02 0 0.02 0.20
HSL 120º 0.04% 0.79% -
HSV(B) 120º 0.02% 0.8% -
XYZ 55.22 58.98 62.51 -
YUV 201.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 199 203 199 0.02 0 0.02 0.20 120 0.04 0.79
Hex C7 CB C7 2 0 2 14 78 4 4F
Octal 307 313 307 2 0 2 24 170 4 117
Binary 11000111 11001011 11000111 10 0 10 10100 1111000 100 1001111

Color Harmonies of #C7CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBC7

Black with #C7CBC7

Text Example


Text Example

White with #C7CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBC7; }

 p { color: rgb(199,203,199); }

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

background-color css

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

 a { background-color: rgb(199,203,199); }

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

border-color css

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

 span { border-color: rgb(199,203,199); }

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