Html Css Color HEX #C5CECD Geyser

📋 copy color: '#C5CECD'

red 197 ◦ green 206 ◦ blue 205

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

Shades of Geyser #C5CECD

Tints of Geyser #C5CECD

RGB

 RED value IS 197 (77.34% from 255) = 32.4%

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

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 32.4%
G = 33.88%
B = 33.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#C5CECD (or 0xC5CECD) is known color: Geyser. HEX triplet: C5, CE and CD. RGB value is (197,206,205). Sum of RGB (Red+Green+Blue) = 197+206+205=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECD is #3A3132. Grayscale: #CBCBCB. Windows color (decimal): -3813683 or 13487813. OLE color: 13487813.

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

Color convert

RGB 197 206 205 -
CMYK 0.04 0 0.00 0.19
HSL 173.33º 0.08% 0.79% -
HSV(B) 173.33º 0.04% 0.81% -
XYZ 56.12 60.42 66.46 -
YUV 203.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 197 206 205 0.04 0 0.00 0.19 173.33 0.08 0.79
Hex C5 CE CD 4 0 0 13 AD 8 4F
Octal 305 316 315 4 0 0 23 255 10 117
Binary 11000101 11001110 11001101 100 0 0 10011 10101101 1000 1001111

Color Harmonies of #C5CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CECD

Black with #C5CECD

Text Example


Text Example

White with #C5CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CECD; }

 p { color: rgb(197,206,205); }

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

background-color css

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

 a { background-color: rgb(197,206,205); }

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

border-color css

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

 span { border-color: rgb(197,206,205); }

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