Html Css Color HEX #C2CFC3 Paris White

📋 copy color: '#C2CFC3'

red 194 ◦ green 207 ◦ blue 195

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

Shades of Paris White #C2CFC3

Tints of Paris White #C2CFC3

RGB

 RED value IS 194 (76.17% from 255) = 32.55%

 GREEN value IS 207 (81.25% from 255) = 34.73%

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

R = 32.55%
G = 34.73%
B = 32.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#C2CFC3 (or 0xC2CFC3) is known color: Paris White. HEX triplet: C2, CF and C3. RGB value is (194,207,195). Sum of RGB (Red+Green+Blue) = 194+207+195=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFC3 is #3D303C. Grayscale: #C9C9C9. Windows color (decimal): -4010045 or 12832706. OLE color: 12832706.

HSL color Cylindrical-coordinate representation of color #C2CFC3: hue angle of 124.62º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CFC3 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 195 -
CMYK 0.06 0 0.06 0.19
HSL 124.62º 0.12% 0.79% -
HSV(B) 124.62º 0.06% 0.81% -
XYZ 54.41 60.04 60.35 -
YUV 201.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 194 207 195 0.06 0 0.06 0.19 124.62 0.12 0.79
Hex C2 CF C3 6 0 6 13 7D C 4F
Octal 302 317 303 6 0 6 23 175 14 117
Binary 11000010 11001111 11000011 110 0 110 10011 1111101 1100 1001111

Color Harmonies of #C2CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFC3

Black with #C2CFC3

Text Example


Text Example

White with #C2CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFC3; }

 p { color: rgb(194,207,195); }

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

background-color css

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

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

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

border-color css

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

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

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