Html Css Color HEX #C0CCD1 Spindle

📋 copy color: '#C0CCD1'

red 192 ◦ green 204 ◦ blue 209

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

Shades of Spindle #C0CCD1

Tints of Spindle #C0CCD1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.72%

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 31.74%
G = 33.72%
B = 34.55%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C0CCD1 (or 0xC0CCD1) is known color: Spindle. HEX triplet: C0, CC and D1. RGB value is (192,204,209). Sum of RGB (Red+Green+Blue) = 192+204+209=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD1 is #3F332E. Grayscale: #C8C8C8. Windows color (decimal): -4141871 or 13749440. OLE color: 13749440.

HSL color Cylindrical-coordinate representation of color #C0CCD1: hue angle of 197.65º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CCD1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 204 209 -
CMYK 0.08 0.02 0 0.18
HSL 197.65º 0.16% 0.79% -
HSV(B) 197.65º 0.08% 0.82% -
XYZ 54.84 59 68.82 -
YUV 200.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 192 204 209 0.08 0.02 0 0.18 197.65 0.16 0.79
Hex C0 CC D1 8 2 0 12 C6 10 4F
Octal 300 314 321 10 2 0 22 306 20 117
Binary 11000000 11001100 11010001 1000 10 0 10010 11000110 10000 1001111

Color Harmonies of #C0CCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCD1

Black with #C0CCD1

Text Example


Text Example

White with #C0CCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCD1; }

 p { color: rgb(192,204,209); }

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

background-color css

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

 a { background-color: rgb(192,204,209); }

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

border-color css

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

 span { border-color: rgb(192,204,209); }

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