Html Css Color HEX #C4075C Ruby

📋 copy color: '#C4075C'

red 196 ◦ green 7 ◦ blue 92

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

Shades of Ruby #C4075C

Tints of Ruby #C4075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 66.44%
G = 2.37%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4075C (or 0xC4075C) is known color: Ruby. HEX triplet: C4, 07 and 5C. RGB value is (196,7,92). Sum of RGB (Red+Green+Blue) = 196+7+92=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4075C is #3BF8A3. Grayscale: #494949. Windows color (decimal): -3930276 or 6031300. OLE color: 6031300.

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

Color convert

RGB 196 7 92 -
CMYK 0 0.96 0.53 0.23
HSL 333.02º 0.93% 0.4% -
HSV(B) 333.02º 0.96% 0.77% -
XYZ 24.77 12.66 11.26 -
YUV 73.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 196 7 92 0 0.96 0.53 0.23 333.02 0.93 0.4
Hex C4 7 5C 0 60 35 17 14D 5D 28
Octal 304 7 134 0 140 65 27 515 135 50
Binary 11000100 111 1011100 0 1100000 110101 10111 101001101 1011101 101000

Color Harmonies of #C4075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4075C

Black with #C4075C

Text Example


Text Example

White with #C4075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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