Html Css Color HEX #C6D0CE Geyser

📋 copy color: '#C6D0CE'

red 198 ◦ green 208 ◦ blue 206

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

Shades of Geyser #C6D0CE

Tints of Geyser #C6D0CE

RGB

 RED value IS 198 (77.73% from 255) = 32.35%

 GREEN value IS 208 (81.64% from 255) = 33.99%

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

R = 32.35%
G = 33.99%
B = 33.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#C6D0CE (or 0xC6D0CE) is known color: Geyser. HEX triplet: C6, D0 and CE. RGB value is (198,208,206). Sum of RGB (Red+Green+Blue) = 198+208+206=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0CE is #392F31. Grayscale: #CCCCCC. Windows color (decimal): -3747634 or 13553862. OLE color: 13553862.

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

Color convert

RGB 198 208 206 -
CMYK 0.05 0 0.01 0.18
HSL 168º 0.1% 0.8% -
HSV(B) 168º 0.05% 0.82% -
XYZ 56.99 61.57 67.27 -
YUV 204.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 198 208 206 0.05 0 0.01 0.18 168 0.1 0.8
Hex C6 D0 CE 5 0 1 12 A8 A 50
Octal 306 320 316 5 0 1 22 250 12 120
Binary 11000110 11010000 11001110 101 0 1 10010 10101000 1010 1010000

Color Harmonies of #C6D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D0CE

Black with #C6D0CE

Text Example


Text Example

White with #C6D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D0CE; }

 p { color: rgb(198,208,206); }

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

background-color css

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

 a { background-color: rgb(198,208,206); }

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

border-color css

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

 span { border-color: rgb(198,208,206); }

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