Html Css Color HEX #CA095A Ruby

📋 copy color: '#CA095A'

red 202 ◦ green 9 ◦ blue 90

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

Shades of Ruby #CA095A

Tints of Ruby #CA095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 67.11%
G = 2.99%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA095A (or 0xCA095A) is known color: Ruby. HEX triplet: CA, 09 and 5A. RGB value is (202,9,90). Sum of RGB (Red+Green+Blue) = 202+9+90=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA095A is #35F6A5. Grayscale: #4B4B4B. Windows color (decimal): -3536550 or 5900746. OLE color: 5900746.

HSL color Cylindrical-coordinate representation of color #CA095A: hue angle of 334.82º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA095A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 90 -
CMYK 0 0.96 0.55 0.21
HSL 334.82º 0.91% 0.41% -
HSV(B) 334.82º 0.96% 0.79% -
XYZ 26.3 13.49 10.89 -
YUV 75.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 202 9 90 0 0.96 0.55 0.21 334.82 0.91 0.41
Hex CA 9 5A 0 60 37 15 14F 5B 29
Octal 312 11 132 0 140 67 25 517 133 51
Binary 11001010 1001 1011010 0 1100000 110111 10101 101001111 1011011 101001

Color Harmonies of #CA095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA095A

Black with #CA095A

Text Example


Text Example

White with #CA095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA095A; }

 p { color: rgb(202,9,90); }

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

background-color css

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

 a { background-color: rgb(202,9,90); }

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

border-color css

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

 span { border-color: rgb(202,9,90); }

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