Html Css Color HEX #CA186C Ruby

📋 copy color: '#CA186C'

red 202 ◦ green 24 ◦ blue 108

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

Shades of Ruby #CA186C

Tints of Ruby #CA186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

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

R = 60.48%
G = 7.19%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA186C (or 0xCA186C) is known color: Ruby. HEX triplet: CA, 18 and 6C. RGB value is (202,24,108). Sum of RGB (Red+Green+Blue) = 202+24+108=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA186C is #35E793. Grayscale: #565656. Windows color (decimal): -3532692 or 7084234. OLE color: 7084234.

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

Color convert

RGB 202 24 108 -
CMYK 0 0.88 0.47 0.21
HSL 331.69º 0.79% 0.44% -
HSV(B) 331.69º 0.88% 0.79% -
XYZ 27.39 14.29 15.5 -
YUV 86.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 202 24 108 0 0.88 0.47 0.21 331.69 0.79 0.44
Hex CA 18 6C 0 58 2F 15 14C 4F 2C
Octal 312 30 154 0 130 57 25 514 117 54
Binary 11001010 11000 1101100 0 1011000 101111 10101 101001100 1001111 101100

Color Harmonies of #CA186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA186C

Black with #CA186C

Text Example


Text Example

White with #CA186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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