Html Css Color HEX #CA065B Ruby

📋 copy color: '#CA065B'

red 202 ◦ green 6 ◦ blue 91

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

Shades of Ruby #CA065B

Tints of Ruby #CA065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

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

R = 67.56%
G = 2.01%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA065B (or 0xCA065B) is known color: Ruby. HEX triplet: CA, 06 and 5B. RGB value is (202,6,91). Sum of RGB (Red+Green+Blue) = 202+6+91=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA065B is #35F9A4. Grayscale: #4A4A4A. Windows color (decimal): -3537317 or 5965514. OLE color: 5965514.

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

Color convert

RGB 202 6 91 -
CMYK 0 0.97 0.55 0.21
HSL 333.98º 0.94% 0.41% -
HSV(B) 333.98º 0.97% 0.79% -
XYZ 26.31 13.44 11.11 -
YUV 74.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 202 6 91 0 0.97 0.55 0.21 333.98 0.94 0.41
Hex CA 6 5B 0 61 37 15 14E 5E 29
Octal 312 6 133 0 141 67 25 516 136 51
Binary 11001010 110 1011011 0 1100001 110111 10101 101001110 1011110 101001

Color Harmonies of #CA065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA065B

Black with #CA065B

Text Example


Text Example

White with #CA065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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