Html Css Color HEX #C9CECD Geyser

📋 copy color: '#C9CECD'

red 201 ◦ green 206 ◦ blue 205

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

Shades of Geyser #C9CECD

Tints of Geyser #C9CECD

RGB

 RED value IS 201 (78.91% from 255) = 32.84%

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

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

R = 32.84%
G = 33.66%
B = 33.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#C9CECD (or 0xC9CECD) is known color: Geyser. HEX triplet: C9, CE and CD. RGB value is (201,206,205). Sum of RGB (Red+Green+Blue) = 201+206+205=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECD is #363132. Grayscale: #CCCCCC. Windows color (decimal): -3551539 or 13487817. OLE color: 13487817.

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

Color convert

RGB 201 206 205 -
CMYK 0.02 0 0.00 0.19
HSL 168º 0.05% 0.8% -
HSV(B) 168º 0.02% 0.81% -
XYZ 57.18 60.97 66.51 -
YUV 204.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 201 206 205 0.02 0 0.00 0.19 168 0.05 0.8
Hex C9 CE CD 2 0 0 13 A8 5 50
Octal 311 316 315 2 0 0 23 250 5 120
Binary 11001001 11001110 11001101 10 0 0 10011 10101000 101 1010000

Color Harmonies of #C9CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CECD

Black with #C9CECD

Text Example


Text Example

White with #C9CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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