Html Css Color HEX #CA095B Ruby

📋 copy color: '#CA095B'

red 202 ◦ green 9 ◦ blue 91

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

Shades of Ruby #CA095B

Tints of Ruby #CA095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 66.89%
G = 2.98%
B = 30.13%

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

#CA095B (or 0xCA095B) is known color: Ruby. HEX triplet: CA, 09 and 5B. RGB value is (202,9,91). Sum of RGB (Red+Green+Blue) = 202+9+91=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA095B is #35F6A4. Grayscale: #4B4B4B. Windows color (decimal): -3536549 or 5966282. OLE color: 5966282.

HSL color Cylindrical-coordinate representation of color #CA095B: hue angle of 334.51º 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 #CA095B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 91 -
CMYK 0 0.96 0.55 0.21
HSL 334.51º 0.91% 0.41% -
HSV(B) 334.51º 0.96% 0.79% -
XYZ 26.34 13.51 11.12 -
YUV 76.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 202 9 91 0 0.96 0.55 0.21 334.51 0.91 0.41
Hex CA 9 5B 0 60 37 15 14F 5B 29
Octal 312 11 133 0 140 67 25 517 133 51
Binary 11001010 1001 1011011 0 1100000 110111 10101 101001111 1011011 101001

Color Harmonies of #CA095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA095B

Black with #CA095B

Text Example


Text Example

White with #CA095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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