Html Css Color HEX #C0CBD5 Spindle

📋 copy color: '#C0CBD5'

red 192 ◦ green 203 ◦ blue 213

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

Shades of Spindle #C0CBD5

Tints of Spindle #C0CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.39%

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 31.58%
G = 33.39%
B = 35.03%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0CBD5 (or 0xC0CBD5) is known color: Spindle. HEX triplet: C0, CB and D5. RGB value is (192,203,213). Sum of RGB (Red+Green+Blue) = 192+203+213=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBD5 is #3F342A. Grayscale: #C8C8C8. Windows color (decimal): -4142123 or 14011328. OLE color: 14011328.

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

Color convert

RGB 192 203 213 -
CMYK 0.10 0.05 0 0.16
HSL 208.57º 0.2% 0.79% -
HSV(B) 208.57º 0.1% 0.84% -
XYZ 55.1 58.72 71.38 -
YUV 200.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 192 203 213 0.10 0.05 0 0.16 208.57 0.2 0.79
Hex C0 CB D5 A 5 0 10 D1 14 4F
Octal 300 313 325 12 5 0 20 321 24 117
Binary 11000000 11001011 11010101 1010 101 0 10000 11010001 10100 1001111

Color Harmonies of #C0CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBD5

Black with #C0CBD5

Text Example


Text Example

White with #C0CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBD5; }

 p { color: rgb(192,203,213); }

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

background-color css

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

 a { background-color: rgb(192,203,213); }

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

border-color css

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

 span { border-color: rgb(192,203,213); }

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