Html Css Color HEX #C60367 Ruby

📋 copy color: '#C60367'

red 198 ◦ green 3 ◦ blue 103

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

Shades of Ruby #C60367

Tints of Ruby #C60367

RGB

 RED value IS 198 (77.73% from 255) = 65.13%

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 65.13%
G = 0.99%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C60367 (or 0xC60367) is known color: Ruby. HEX triplet: C6, 03 and 67. RGB value is (198,3,103). Sum of RGB (Red+Green+Blue) = 198+3+103=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60367 is #39FC98. Grayscale: #484848. Windows color (decimal): -3800217 or 6751174. OLE color: 6751174.

HSL color Cylindrical-coordinate representation of color #C60367: hue angle of 329.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60367 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 103 -
CMYK 0 0.98 0.48 0.22
HSL 329.23º 0.97% 0.39% -
HSV(B) 329.23º 0.98% 0.78% -
XYZ 25.77 13.05 13.99 -
YUV 72.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 198 3 103 0 0.98 0.48 0.22 329.23 0.97 0.39
Hex C6 3 67 0 62 30 16 149 61 27
Octal 306 3 147 0 142 60 26 511 141 47
Binary 11000110 11 1100111 0 1100010 110000 10110 101001001 1100001 100111

Color Harmonies of #C60367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60367

Black with #C60367

Text Example


Text Example

White with #C60367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60367; }

 p { color: rgb(198,3,103); }

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

background-color css

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

 a { background-color: rgb(198,3,103); }

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

border-color css

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

 span { border-color: rgb(198,3,103); }

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