Html Css Color HEX #CA1C6C Ruby

📋 copy color: '#CA1C6C'

red 202 ◦ green 28 ◦ blue 108

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

Shades of Ruby #CA1C6C

Tints of Ruby #CA1C6C

RGB

 RED value IS 202 (79.3% from 255) = 59.76%

 GREEN value IS 28 (11.33% from 255) = 8.28%

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 59.76%
G = 8.28%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA1C6C (or 0xCA1C6C) is known color: Ruby. HEX triplet: CA, 1C and 6C. RGB value is (202,28,108). Sum of RGB (Red+Green+Blue) = 202+28+108=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C6C is #35E393. Grayscale: #585858. Windows color (decimal): -3531668 or 7085258. OLE color: 7085258.

HSL color Cylindrical-coordinate representation of color #CA1C6C: hue angle of 332.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C6C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 28 108 -
CMYK 0 0.86 0.47 0.21
HSL 332.41º 0.76% 0.45% -
HSV(B) 332.41º 0.86% 0.79% -
XYZ 27.48 14.47 15.53 -
YUV 89.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 202 28 108 0 0.86 0.47 0.21 332.41 0.76 0.45
Hex CA 1C 6C 0 56 2F 15 14C 4C 2D
Octal 312 34 154 0 126 57 25 514 114 55
Binary 11001010 11100 1101100 0 1010110 101111 10101 101001100 1001100 101101

Color Harmonies of #CA1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C6C

Black with #CA1C6C

Text Example


Text Example

White with #CA1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C6C; }

 p { color: rgb(202,28,108); }

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

background-color css

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

 a { background-color: rgb(202,28,108); }

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

border-color css

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

 span { border-color: rgb(202,28,108); }

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