Html Css Color HEX #C0CFD6 Spindle

📋 copy color: '#C0CFD6'

red 192 ◦ green 207 ◦ blue 214

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

Shades of Spindle #C0CFD6

Tints of Spindle #C0CFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.77%

 BLUE value IS 214 (83.98% from 255) = 34.91%

R = 31.32%
G = 33.77%
B = 34.91%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0CFD6 (or 0xC0CFD6) is known color: Spindle. HEX triplet: C0, CF and D6. RGB value is (192,207,214). Sum of RGB (Red+Green+Blue) = 192+207+214=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFD6 is #3F3029. Grayscale: #CBCBCB. Windows color (decimal): -4141098 or 14077888. OLE color: 14077888.

HSL color Cylindrical-coordinate representation of color #C0CFD6: hue angle of 199.09º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CFD6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 207 214 -
CMYK 0.10 0.03 0 0.16
HSL 199.09º 0.21% 0.8% -
HSV(B) 199.09º 0.1% 0.84% -
XYZ 56.19 60.69 72.37 -
YUV 203.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 192 207 214 0.10 0.03 0 0.16 199.09 0.21 0.8
Hex C0 CF D6 A 3 0 10 C7 15 50
Octal 300 317 326 12 3 0 20 307 25 120
Binary 11000000 11001111 11010110 1010 11 0 10000 11000111 10101 1010000

Color Harmonies of #C0CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFD6

Black with #C0CFD6

Text Example


Text Example

White with #C0CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFD6; }

 p { color: rgb(192,207,214); }

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

background-color css

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

 a { background-color: rgb(192,207,214); }

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

border-color css

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

 span { border-color: rgb(192,207,214); }

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