Html Css Color HEX #C3CFC2 Paris White

📋 copy color: '#C3CFC2'

red 195 ◦ green 207 ◦ blue 194

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

Shades of Paris White #C3CFC2

Tints of Paris White #C3CFC2

RGB

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

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

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

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

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

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

HSL color Cylindrical-coordinate representation of color #C3CFC2: hue angle of 115.38º 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 #C3CFC2 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 194 -
CMYK 0.06 0 0.06 0.19
HSL 115.38º 0.12% 0.79% -
HSV(B) 115.38º 0.06% 0.81% -
XYZ 54.56 60.12 59.77 -
YUV 201.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 195 207 194 0.06 0 0.06 0.19 115.38 0.12 0.79
Hex C3 CF C2 6 0 6 13 73 C 4F
Octal 303 317 302 6 0 6 23 163 14 117
Binary 11000011 11001111 11000010 110 0 110 10011 1110011 1100 1001111

Color Harmonies of #C3CFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFC2

Black with #C3CFC2

Text Example


Text Example

White with #C3CFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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