Html Css Color HEX #C70369 Ruby

📋 copy color: '#C70369'

red 199 ◦ green 3 ◦ blue 105

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

Shades of Ruby #C70369

Tints of Ruby #C70369

RGB

 RED value IS 199 (78.13% from 255) = 64.82%

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

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 64.82%
G = 0.98%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C70369 (or 0xC70369) is known color: Ruby. HEX triplet: C7, 03 and 69. RGB value is (199,3,105). Sum of RGB (Red+Green+Blue) = 199+3+105=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C70369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70369 is #38FC96. Grayscale: #494949. Windows color (decimal): -3734679 or 6882247. OLE color: 6882247.

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

Color convert

RGB 199 3 105 -
CMYK 0 0.98 0.47 0.22
HSL 328.78º 0.97% 0.4% -
HSV(B) 328.78º 0.98% 0.78% -
XYZ 26.14 13.23 14.54 -
YUV 73.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 199 3 105 0 0.98 0.47 0.22 328.78 0.97 0.4
Hex C7 3 69 0 62 2F 16 149 61 28
Octal 307 3 151 0 142 57 26 511 141 50
Binary 11000111 11 1101001 0 1100010 101111 10110 101001001 1100001 101000

Color Harmonies of #C70369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70369

Black with #C70369

Text Example


Text Example

White with #C70369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70369; }

 p { color: rgb(199,3,105); }

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

background-color css

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

 a { background-color: rgb(199,3,105); }

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

border-color css

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

 span { border-color: rgb(199,3,105); }

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