Html Css Color HEX #C5035C Ruby

📋 copy color: '#C5035C'

red 197 ◦ green 3 ◦ blue 92

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

Shades of Ruby #C5035C

Tints of Ruby #C5035C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 67.47%
G = 1.03%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5035C (or 0xC5035C) is known color: Ruby. HEX triplet: C5, 03 and 5C. RGB value is (197,3,92). Sum of RGB (Red+Green+Blue) = 197+3+92=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5035C is #3AFCA3. Grayscale: #464646. Windows color (decimal): -3865764 or 6030277. OLE color: 6030277.

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

Color convert

RGB 197 3 92 -
CMYK 0 0.98 0.53 0.23
HSL 332.47º 0.97% 0.39% -
HSV(B) 332.47º 0.98% 0.77% -
XYZ 24.99 12.71 11.26 -
YUV 71.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 197 3 92 0 0.98 0.53 0.23 332.47 0.97 0.39
Hex C5 3 5C 0 62 35 17 14C 61 27
Octal 305 3 134 0 142 65 27 514 141 47
Binary 11000101 11 1011100 0 1100010 110101 10111 101001100 1100001 100111

Color Harmonies of #C5035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5035C

Black with #C5035C

Text Example


Text Example

White with #C5035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5035C; }

 p { color: rgb(197,3,92); }

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

background-color css

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

 a { background-color: rgb(197,3,92); }

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

border-color css

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

 span { border-color: rgb(197,3,92); }

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