Html Css Color HEX #CA066B Ruby

📋 copy color: '#CA066B'

red 202 ◦ green 6 ◦ blue 107

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

Shades of Ruby #CA066B

Tints of Ruby #CA066B

RGB

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

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

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

R = 64.13%
G = 1.9%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA066B (or 0xCA066B) is known color: Ruby. HEX triplet: CA, 06 and 6B. RGB value is (202,6,107). Sum of RGB (Red+Green+Blue) = 202+6+107=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA066B is #35F994. Grayscale: #4B4B4B. Windows color (decimal): -3537301 or 7014090. OLE color: 7014090.

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

Color convert

RGB 202 6 107 -
CMYK 0 0.97 0.47 0.21
HSL 329.08º 0.94% 0.41% -
HSV(B) 329.08º 0.97% 0.79% -
XYZ 27.08 13.75 15.14 -
YUV 76.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 202 6 107 0 0.97 0.47 0.21 329.08 0.94 0.41
Hex CA 6 6B 0 61 2F 15 149 5E 29
Octal 312 6 153 0 141 57 25 511 136 51
Binary 11001010 110 1101011 0 1100001 101111 10101 101001001 1011110 101001

Color Harmonies of #CA066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA066B

Black with #CA066B

Text Example


Text Example

White with #CA066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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