Html Css Color HEX #CA035C Ruby

📋 copy color: '#CA035C'

red 202 ◦ green 3 ◦ blue 92

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

Shades of Ruby #CA035C

Tints of Ruby #CA035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 68.01%
G = 1.01%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA035C (or 0xCA035C) is known color: Ruby. HEX triplet: CA, 03 and 5C. RGB value is (202,3,92). Sum of RGB (Red+Green+Blue) = 202+3+92=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA035C is #35FCA3. Grayscale: #484848. Windows color (decimal): -3538084 or 6030282. OLE color: 6030282.

HSL color Cylindrical-coordinate representation of color #CA035C: hue angle of 333.17º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA035C is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 92 -
CMYK 0 0.99 0.54 0.21
HSL 333.17º 0.97% 0.4% -
HSV(B) 333.17º 0.99% 0.79% -
XYZ 26.32 13.39 11.32 -
YUV 72.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 202 3 92 0 0.99 0.54 0.21 333.17 0.97 0.4
Hex CA 3 5C 0 63 36 15 14D 61 28
Octal 312 3 134 0 143 66 25 515 141 50
Binary 11001010 11 1011100 0 1100011 110110 10101 101001101 1100001 101000

Color Harmonies of #CA035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA035C

Black with #CA035C

Text Example


Text Example

White with #CA035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA035C; }

 p { color: rgb(202,3,92); }

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

background-color css

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

 a { background-color: rgb(202,3,92); }

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

border-color css

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

 span { border-color: rgb(202,3,92); }

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