Html Css Color HEX #CA1667 Ruby

📋 copy color: '#CA1667'

red 202 ◦ green 22 ◦ blue 103

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

Shades of Ruby #CA1667

Tints of Ruby #CA1667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

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

R = 61.77%
G = 6.73%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA1667 (or 0xCA1667) is known color: Ruby. HEX triplet: CA, 16 and 67. RGB value is (202,22,103). Sum of RGB (Red+Green+Blue) = 202+22+103=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1667 is #35E998. Grayscale: #545454. Windows color (decimal): -3533209 or 6756042. OLE color: 6756042.

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

Color convert

RGB 202 22 103 -
CMYK 0 0.89 0.49 0.21
HSL 333º 0.8% 0.44% -
HSV(B) 333º 0.89% 0.79% -
XYZ 27.09 14.11 14.13 -
YUV 85.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 202 22 103 0 0.89 0.49 0.21 333 0.8 0.44
Hex CA 16 67 0 59 31 15 14D 50 2C
Octal 312 26 147 0 131 61 25 515 120 54
Binary 11001010 10110 1100111 0 1011001 110001 10101 101001101 1010000 101100

Color Harmonies of #CA1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1667

Black with #CA1667

Text Example


Text Example

White with #CA1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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