Html Css Color HEX #CA016B Ruby

📋 copy color: '#CA016B'

red 202 ◦ green 1 ◦ blue 107

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

Shades of Ruby #CA016B

Tints of Ruby #CA016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 65.16%
G = 0.32%
B = 34.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA016B (or 0xCA016B) is known color: Ruby. HEX triplet: CA, 01 and 6B. RGB value is (202,1,107). Sum of RGB (Red+Green+Blue) = 202+1+107=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA016B is #35FE94. Grayscale: #484848. Windows color (decimal): -3538581 or 7012810. OLE color: 7012810.

HSL color Cylindrical-coordinate representation of color #CA016B: hue angle of 328.36º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA016B is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 107 -
CMYK 0 1.00 0.47 0.21
HSL 328.36º 0.99% 0.4% -
HSV(B) 328.36º 1% 0.79% -
XYZ 27.02 13.64 15.12 -
YUV 73.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 202 1 107 0 1.00 0.47 0.21 328.36 0.99 0.4
Hex CA 1 6B 0 64 2F 15 148 63 28
Octal 312 1 153 0 144 57 25 510 143 50
Binary 11001010 1 1101011 0 1100100 101111 10101 101001000 1100011 101000

Color Harmonies of #CA016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA016B

Black with #CA016B

Text Example


Text Example

White with #CA016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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