Html Css Color HEX #C3CBC3 Paris White

📋 copy color: '#C3CBC3'

red 195 ◦ green 203 ◦ blue 195

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

Shades of Paris White #C3CBC3

Tints of Paris White #C3CBC3

RGB

 RED value IS 195 (76.56% from 255) = 32.88%

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

 BLUE value IS 195 (76.56% from 255) = 32.88%

R = 32.88%
G = 34.23%
B = 32.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#C3CBC3 (or 0xC3CBC3) is known color: Paris White. HEX triplet: C3, CB and C3. RGB value is (195,203,195). Sum of RGB (Red+Green+Blue) = 195+203+195=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBC3 is #3C343C. Grayscale: #C7C7C7. Windows color (decimal): -3945533 or 12831683. OLE color: 12831683.

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

Color convert

RGB 195 203 195 -
CMYK 0.04 0 0.04 0.20
HSL 120º 0.07% 0.78% -
HSV(B) 120º 0.04% 0.8% -
XYZ 53.71 58.25 60.04 -
YUV 199.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 195 203 195 0.04 0 0.04 0.20 120 0.07 0.78
Hex C3 CB C3 4 0 4 14 78 7 4E
Octal 303 313 303 4 0 4 24 170 7 116
Binary 11000011 11001011 11000011 100 0 100 10100 1111000 111 1001110

Color Harmonies of #C3CBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBC3

Black with #C3CBC3

Text Example


Text Example

White with #C3CBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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