Html Css Color HEX #C72068 Ruby

📋 copy color: '#C72068'

red 199 ◦ green 32 ◦ blue 104

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

Shades of Ruby #C72068

Tints of Ruby #C72068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 59.4%
G = 9.55%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C72068 (or 0xC72068) is known color: Ruby. HEX triplet: C7, 20 and 68. RGB value is (199,32,104). Sum of RGB (Red+Green+Blue) = 199+32+104=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C72068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72068 is #38DF97. Grayscale: #5A5A5A. Windows color (decimal): -3727256 or 6824135. OLE color: 6824135.

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

Color convert

RGB 199 32 104 -
CMYK 0 0.84 0.48 0.22
HSL 334.13º 0.72% 0.45% -
HSV(B) 334.13º 0.84% 0.78% -
XYZ 26.57 14.17 14.43 -
YUV 90.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 199 32 104 0 0.84 0.48 0.22 334.13 0.72 0.45
Hex C7 20 68 0 54 30 16 14E 48 2D
Octal 307 40 150 0 124 60 26 516 110 55
Binary 11000111 100000 1101000 0 1010100 110000 10110 101001110 1001000 101101

Color Harmonies of #C72068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72068

Black with #C72068

Text Example


Text Example

White with #C72068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72068; }

 p { color: rgb(199,32,104); }

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

background-color css

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

 a { background-color: rgb(199,32,104); }

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

border-color css

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

 span { border-color: rgb(199,32,104); }

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