Html Css Color HEX #C5CBCE Spindle

📋 copy color: '#C5CBCE'

red 197 ◦ green 203 ◦ blue 206

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

Shades of Spindle #C5CBCE

Tints of Spindle #C5CBCE

RGB

 RED value IS 197 (77.34% from 255) = 32.51%

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

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

R = 32.51%
G = 33.5%
B = 33.99%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5CBCE (or 0xC5CBCE) is known color: Spindle. HEX triplet: C5, CB and CE. RGB value is (197,203,206). Sum of RGB (Red+Green+Blue) = 197+203+206=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCE is #3A3431. Grayscale: #C9C9C9. Windows color (decimal): -3814450 or 13552581. OLE color: 13552581.

HSL color Cylindrical-coordinate representation of color #C5CBCE: hue angle of 200º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CBCE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 203 206 -
CMYK 0.04 0.01 0 0.19
HSL 200º 0.08% 0.79% -
HSV(B) 200º 0.04% 0.81% -
XYZ 55.52 59.04 66.86 -
YUV 201.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 197 203 206 0.04 0.01 0 0.19 200 0.08 0.79
Hex C5 CB CE 4 1 0 13 C8 8 4F
Octal 305 313 316 4 1 0 23 310 10 117
Binary 11000101 11001011 11001110 100 1 0 10011 11001000 1000 1001111

Color Harmonies of #C5CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBCE

Black with #C5CBCE

Text Example


Text Example

White with #C5CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBCE; }

 p { color: rgb(197,203,206); }

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

background-color css

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

 a { background-color: rgb(197,203,206); }

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

border-color css

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

 span { border-color: rgb(197,203,206); }

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