Html Css Color HEX #C7CECC Geyser

📋 copy color: '#C7CECC'

red 199 ◦ green 206 ◦ blue 204

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

Shades of Geyser #C7CECC

Tints of Geyser #C7CECC

RGB

 RED value IS 199 (78.13% from 255) = 32.68%

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

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

R = 32.68%
G = 33.83%
B = 33.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C7CECC (or 0xC7CECC) is known color: Geyser. HEX triplet: C7, CE and CC. RGB value is (199,206,204). Sum of RGB (Red+Green+Blue) = 199+206+204=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECC is #383133. Grayscale: #CBCBCB. Windows color (decimal): -3682612 or 13422279. OLE color: 13422279.

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

Color convert

RGB 199 206 204 -
CMYK 0.03 0 0.01 0.19
HSL 162.86º 0.07% 0.79% -
HSV(B) 162.86º 0.03% 0.81% -
XYZ 56.52 60.64 65.85 -
YUV 203.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 199 206 204 0.03 0 0.01 0.19 162.86 0.07 0.79
Hex C7 CE CC 3 0 1 13 A3 7 4F
Octal 307 316 314 3 0 1 23 243 7 117
Binary 11000111 11001110 11001100 11 0 1 10011 10100011 111 1001111

Color Harmonies of #C7CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CECC

Black with #C7CECC

Text Example


Text Example

White with #C7CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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