Html Css Color HEX #CA1867 Ruby

📋 copy color: '#CA1867'

red 202 ◦ green 24 ◦ blue 103

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

Shades of Ruby #CA1867

Tints of Ruby #CA1867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 61.4%
G = 7.29%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA1867 (or 0xCA1867) is known color: Ruby. HEX triplet: CA, 18 and 67. RGB value is (202,24,103). Sum of RGB (Red+Green+Blue) = 202+24+103=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1867 is #35E798. Grayscale: #565656. Windows color (decimal): -3532697 or 6756554. OLE color: 6756554.

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

Color convert

RGB 202 24 103 -
CMYK 0 0.88 0.49 0.21
HSL 333.37º 0.79% 0.44% -
HSV(B) 333.37º 0.88% 0.79% -
XYZ 27.13 14.19 14.14 -
YUV 86.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 202 24 103 0 0.88 0.49 0.21 333.37 0.79 0.44
Hex CA 18 67 0 58 31 15 14D 4F 2C
Octal 312 30 147 0 130 61 25 515 117 54
Binary 11001010 11000 1100111 0 1011000 110001 10101 101001101 1001111 101100

Color Harmonies of #CA1867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1867

Black with #CA1867

Text Example


Text Example

White with #CA1867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1867; }

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

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

background-color css

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

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

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

border-color css

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

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

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