Html Css Color HEX #CA096B Ruby

📋 copy color: '#CA096B'

red 202 ◦ green 9 ◦ blue 107

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

Shades of Ruby #CA096B

Tints of Ruby #CA096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 63.52%
G = 2.83%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA096B (or 0xCA096B) is known color: Ruby. HEX triplet: CA, 09 and 6B. RGB value is (202,9,107). Sum of RGB (Red+Green+Blue) = 202+9+107=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA096B is #35F694. Grayscale: #4D4D4D. Windows color (decimal): -3536533 or 7014858. OLE color: 7014858.

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

Color convert

RGB 202 9 107 -
CMYK 0 0.96 0.47 0.21
HSL 329.53º 0.91% 0.41% -
HSV(B) 329.53º 0.96% 0.79% -
XYZ 27.11 13.81 15.15 -
YUV 77.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 202 9 107 0 0.96 0.47 0.21 329.53 0.91 0.41
Hex CA 9 6B 0 60 2F 15 14A 5B 29
Octal 312 11 153 0 140 57 25 512 133 51
Binary 11001010 1001 1101011 0 1100000 101111 10101 101001010 1011011 101001

Color Harmonies of #CA096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA096B

Black with #CA096B

Text Example


Text Example

White with #CA096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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