Html Css Color HEX #CA0657 Ruby

📋 copy color: '#CA0657'

red 202 ◦ green 6 ◦ blue 87

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

Shades of Ruby #CA0657

Tints of Ruby #CA0657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 68.47%
G = 2.03%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA0657 (or 0xCA0657) is known color: Ruby. HEX triplet: CA, 06 and 57. RGB value is (202,6,87). Sum of RGB (Red+Green+Blue) = 202+6+87=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0657 is #35F9A8. Grayscale: #494949. Windows color (decimal): -3537321 or 5703370. OLE color: 5703370.

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

Color convert

RGB 202 6 87 -
CMYK 0 0.97 0.57 0.21
HSL 335.2º 0.94% 0.41% -
HSV(B) 335.2º 0.97% 0.79% -
XYZ 26.14 13.37 10.22 -
YUV 73.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 202 6 87 0 0.97 0.57 0.21 335.2 0.94 0.41
Hex CA 6 57 0 61 39 15 14F 5E 29
Octal 312 6 127 0 141 71 25 517 136 51
Binary 11001010 110 1010111 0 1100001 111001 10101 101001111 1011110 101001

Color Harmonies of #CA0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0657

Black with #CA0657

Text Example


Text Example

White with #CA0657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0657; }

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

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

background-color css

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

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

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

border-color css

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

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

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