Html Css Color HEX #C4165A Ruby

📋 copy color: '#C4165A'

red 196 ◦ green 22 ◦ blue 90

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

Shades of Ruby #C4165A

Tints of Ruby #C4165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 63.64%
G = 7.14%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4165A (or 0xC4165A) is known color: Ruby. HEX triplet: C4, 16 and 5A. RGB value is (196,22,90). Sum of RGB (Red+Green+Blue) = 196+22+90=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4165A is #3BE9A5. Grayscale: #515151. Windows color (decimal): -3926438 or 5904068. OLE color: 5904068.

HSL color Cylindrical-coordinate representation of color #C4165A: hue angle of 336.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4165A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 22 90 -
CMYK 0 0.89 0.54 0.23
HSL 336.55º 0.8% 0.43% -
HSV(B) 336.55º 0.89% 0.77% -
XYZ 24.9 13.05 10.88 -
YUV 81.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 196 22 90 0 0.89 0.54 0.23 336.55 0.8 0.43
Hex C4 16 5A 0 59 36 17 151 50 2B
Octal 304 26 132 0 131 66 27 521 120 53
Binary 11000100 10110 1011010 0 1011001 110110 10111 101010001 1010000 101011

Color Harmonies of #C4165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4165A

Black with #C4165A

Text Example


Text Example

White with #C4165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4165A; }

 p { color: rgb(196,22,90); }

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

background-color css

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

 a { background-color: rgb(196,22,90); }

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

border-color css

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

 span { border-color: rgb(196,22,90); }

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