Html Css Color HEX #CA006C Ruby

📋 copy color: '#CA006C'

red 202 ◦ green 0 ◦ blue 108

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

Shades of Ruby #CA006C

Tints of Ruby #CA006C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 65.16%
G = 0%
B = 34.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA006C (or 0xCA006C) is known color: Ruby. HEX triplet: CA, 00 and 6C. RGB value is (202,0,108). Sum of RGB (Red+Green+Blue) = 202+0+108=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA006C is #35FF93. Grayscale: #484848. Windows color (decimal): -3538836 or 7078090. OLE color: 7078090.

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

Color convert

RGB 202 0 108 -
CMYK 0 1 0.47 0.21
HSL 327.92º 1% 0.4% -
HSV(B) 327.92º 1% 0.79% -
XYZ 27.06 13.64 15.39 -
YUV 72.71 147.92 220.22 -
System Red Green Blue C M Y K H S L
Decimal 202 0 108 0 1 0.47 0.21 327.92 1 0.4
Hex CA 0 6C 0 64 2F 15 148 64 28
Octal 312 0 154 0 144 57 25 510 144 50
Binary 11001010 0 1101100 0 1100100 101111 10101 101001000 1100100 101000

Color Harmonies of #CA006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA006C

Black with #CA006C

Text Example


Text Example

White with #CA006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA006C; }

 p { color: rgb(202,0,108); }

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

background-color css

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

 a { background-color: rgb(202,0,108); }

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

border-color css

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

 span { border-color: rgb(202,0,108); }

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