Html Css Color HEX #CA0961 Ruby

📋 copy color: '#CA0961'

red 202 ◦ green 9 ◦ blue 97

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

Shades of Ruby #CA0961

Tints of Ruby #CA0961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 65.58%
G = 2.92%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA0961 (or 0xCA0961) is known color: Ruby. HEX triplet: CA, 09 and 61. RGB value is (202,9,97). Sum of RGB (Red+Green+Blue) = 202+9+97=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0961 is #35F69E. Grayscale: #4C4C4C. Windows color (decimal): -3536543 or 6359498. OLE color: 6359498.

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

Color convert

RGB 202 9 97 -
CMYK 0 0.96 0.52 0.21
HSL 332.64º 0.91% 0.41% -
HSV(B) 332.64º 0.96% 0.79% -
XYZ 26.61 13.62 12.53 -
YUV 76.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 202 9 97 0 0.96 0.52 0.21 332.64 0.91 0.41
Hex CA 9 61 0 60 34 15 14D 5B 29
Octal 312 11 141 0 140 64 25 515 133 51
Binary 11001010 1001 1100001 0 1100000 110100 10101 101001101 1011011 101001

Color Harmonies of #CA0961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0961

Black with #CA0961

Text Example


Text Example

White with #CA0961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0961; }

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

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

background-color css

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

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

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

border-color css

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

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

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