Html Css Color HEX #C4045C Ruby

📋 copy color: '#C4045C'

red 196 ◦ green 4 ◦ blue 92

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

Shades of Ruby #C4045C

Tints of Ruby #C4045C

RGB

 RED value IS 196 (76.95% from 255) = 67.12%

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 67.12%
G = 1.37%
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

#C4045C (or 0xC4045C) is known color: Ruby. HEX triplet: C4, 04 and 5C. RGB value is (196,4,92). Sum of RGB (Red+Green+Blue) = 196+4+92=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4045C is #3BFBA3. Grayscale: #474747. Windows color (decimal): -3931044 or 6030532. OLE color: 6030532.

HSL color Cylindrical-coordinate representation of color #C4045C: hue angle of 332.5º degrees, saturation: 0.96, 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 #C4045C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 92 -
CMYK 0 0.98 0.53 0.23
HSL 332.5º 0.96% 0.39% -
HSV(B) 332.5º 0.98% 0.77% -
XYZ 24.74 12.6 11.25 -
YUV 71.44 139.61 216.84 -
System Red Green Blue C M Y K H S L
Decimal 196 4 92 0 0.98 0.53 0.23 332.5 0.96 0.39
Hex C4 4 5C 0 62 35 17 14C 60 27
Octal 304 4 134 0 142 65 27 514 140 47
Binary 11000100 100 1011100 0 1100010 110101 10111 101001100 1100000 100111

Color Harmonies of #C4045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4045C

Black with #C4045C

Text Example


Text Example

White with #C4045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4045C; }

 p { color: rgb(196,4,92); }

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

background-color css

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

 a { background-color: rgb(196,4,92); }

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

border-color css

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

 span { border-color: rgb(196,4,92); }

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