Html Css Color HEX #C3CECC Geyser

📋 copy color: '#C3CECC'

red 195 ◦ green 206 ◦ blue 204

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

Shades of Geyser #C3CECC

Tints of Geyser #C3CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 32.23%
G = 34.05%
B = 33.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C3CECC (or 0xC3CECC) is known color: Geyser. HEX triplet: C3, CE and CC. RGB value is (195,206,204). Sum of RGB (Red+Green+Blue) = 195+206+204=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECC is #3C3133. Grayscale: #CACACA. Windows color (decimal): -3944756 or 13422275. OLE color: 13422275.

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

Color convert

RGB 195 206 204 -
CMYK 0.05 0 0.01 0.19
HSL 169.09º 0.1% 0.79% -
HSV(B) 169.09º 0.05% 0.81% -
XYZ 55.48 60.1 65.8 -
YUV 202.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 195 206 204 0.05 0 0.01 0.19 169.09 0.1 0.79
Hex C3 CE CC 5 0 1 13 A9 A 4F
Octal 303 316 314 5 0 1 23 251 12 117
Binary 11000011 11001110 11001100 101 0 1 10011 10101001 1010 1001111

Color Harmonies of #C3CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CECC

Black with #C3CECC

Text Example


Text Example

White with #C3CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CECC; }

 p { color: rgb(195,206,204); }

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

background-color css

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

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

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

border-color css

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

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

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