Html Css Color HEX #CA026B Ruby

📋 copy color: '#CA026B'

red 202 ◦ green 2 ◦ blue 107

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

Shades of Ruby #CA026B

Tints of Ruby #CA026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 64.95%
G = 0.64%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA026B (or 0xCA026B) is known color: Ruby. HEX triplet: CA, 02 and 6B. RGB value is (202,2,107). Sum of RGB (Red+Green+Blue) = 202+2+107=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA026B is #35FD94. Grayscale: #494949. Windows color (decimal): -3538325 or 7013066. OLE color: 7013066.

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

Color convert

RGB 202 2 107 -
CMYK 0 0.99 0.47 0.21
HSL 328.5º 0.98% 0.4% -
HSV(B) 328.5º 0.99% 0.79% -
XYZ 27.03 13.66 15.12 -
YUV 73.77 146.76 219.46 -
System Red Green Blue C M Y K H S L
Decimal 202 2 107 0 0.99 0.47 0.21 328.5 0.98 0.4
Hex CA 2 6B 0 63 2F 15 148 62 28
Octal 312 2 153 0 143 57 25 510 142 50
Binary 11001010 10 1101011 0 1100011 101111 10101 101001000 1100010 101000

Color Harmonies of #CA026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA026B

Black with #CA026B

Text Example


Text Example

White with #CA026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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