Html Css Color HEX #C0C8CE Spindle

📋 copy color: '#C0C8CE'

red 192 ◦ green 200 ◦ blue 206

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

Shades of Spindle #C0C8CE

Tints of Spindle #C0C8CE

RGB

 RED value IS 192 (75.39% from 255) = 32.11%

 GREEN value IS 200 (78.52% from 255) = 33.44%

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

R = 32.11%
G = 33.44%
B = 34.45%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0C8CE (or 0xC0C8CE) is known color: Spindle. HEX triplet: C0, C8 and CE. RGB value is (192,200,206). Sum of RGB (Red+Green+Blue) = 192+200+206=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8CE is #3F3731. Grayscale: #C6C6C6. Windows color (decimal): -4142898 or 13551808. OLE color: 13551808.

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

Color convert

RGB 192 200 206 -
CMYK 0.07 0.03 0 0.19
HSL 205.71º 0.13% 0.78% -
HSV(B) 205.71º 0.07% 0.81% -
XYZ 53.53 56.97 66.57 -
YUV 198.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 192 200 206 0.07 0.03 0 0.19 205.71 0.13 0.78
Hex C0 C8 CE 7 3 0 13 CE C 4E
Octal 300 310 316 7 3 0 23 316 14 116
Binary 11000000 11001000 11001110 111 11 0 10011 11001110 1100 1001110

Color Harmonies of #C0C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8CE

Black with #C0C8CE

Text Example


Text Example

White with #C0C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8CE; }

 p { color: rgb(192,200,206); }

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

background-color css

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

 a { background-color: rgb(192,200,206); }

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

border-color css

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

 span { border-color: rgb(192,200,206); }

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