Html Css Color HEX #C0CFD9 Spindle

📋 copy color: '#C0CFD9'

red 192 ◦ green 207 ◦ blue 217

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

Shades of Spindle #C0CFD9

Tints of Spindle #C0CFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 31.17%
G = 33.6%
B = 35.23%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0CFD9 (or 0xC0CFD9) is known color: Spindle. HEX triplet: C0, CF and D9. RGB value is (192,207,217). Sum of RGB (Red+Green+Blue) = 192+207+217=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFD9 is #3F3026. Grayscale: #CBCBCB. Windows color (decimal): -4141095 or 14274496. OLE color: 14274496.

HSL color Cylindrical-coordinate representation of color #C0CFD9: hue angle of 204º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CFD9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 207 217 -
CMYK 0.12 0.05 0 0.15
HSL 204º 0.25% 0.8% -
HSV(B) 204º 0.12% 0.85% -
XYZ 56.58 60.84 74.41 -
YUV 203.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 192 207 217 0.12 0.05 0 0.15 204 0.25 0.8
Hex C0 CF D9 C 5 0 F CC 19 50
Octal 300 317 331 14 5 0 17 314 31 120
Binary 11000000 11001111 11011001 1100 101 0 1111 11001100 11001 1010000

Color Harmonies of #C0CFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFD9

Black with #C0CFD9

Text Example


Text Example

White with #C0CFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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