Html Css Color HEX #CA1658 Ruby

📋 copy color: '#CA1658'

red 202 ◦ green 22 ◦ blue 88

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

Shades of Ruby #CA1658

Tints of Ruby #CA1658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 64.74%
G = 7.05%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA1658 (or 0xCA1658) is known color: Ruby. HEX triplet: CA, 16 and 58. RGB value is (202,22,88). Sum of RGB (Red+Green+Blue) = 202+22+88=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1658 is #35E9A7. Grayscale: #535353. Windows color (decimal): -3533224 or 5773002. OLE color: 5773002.

HSL color Cylindrical-coordinate representation of color #CA1658: hue angle of 338º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1658 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 88 -
CMYK 0 0.89 0.56 0.21
HSL 338º 0.8% 0.44% -
HSV(B) 338º 0.89% 0.79% -
XYZ 26.41 13.83 10.51 -
YUV 83.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 202 22 88 0 0.89 0.56 0.21 338 0.8 0.44
Hex CA 16 58 0 59 38 15 152 50 2C
Octal 312 26 130 0 131 70 25 522 120 54
Binary 11001010 10110 1011000 0 1011001 111000 10101 101010010 1010000 101100

Color Harmonies of #CA1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1658

Black with #CA1658

Text Example


Text Example

White with #CA1658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1658; }

 p { color: rgb(202,22,88); }

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

background-color css

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

 a { background-color: rgb(202,22,88); }

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

border-color css

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

 span { border-color: rgb(202,22,88); }

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