Html Css Color HEX #CA1669 Ruby

📋 copy color: '#CA1669'

red 202 ◦ green 22 ◦ blue 105

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

Shades of Ruby #CA1669

Tints of Ruby #CA1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 61.4%
G = 6.69%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA1669 (or 0xCA1669) is known color: Ruby. HEX triplet: CA, 16 and 69. RGB value is (202,22,105). Sum of RGB (Red+Green+Blue) = 202+22+105=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1669 is #35E996. Grayscale: #555555. Windows color (decimal): -3533207 or 6887114. OLE color: 6887114.

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

Color convert

RGB 202 22 105 -
CMYK 0 0.89 0.48 0.21
HSL 332.33º 0.8% 0.44% -
HSV(B) 332.33º 0.89% 0.79% -
XYZ 27.19 14.15 14.66 -
YUV 85.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 202 22 105 0 0.89 0.48 0.21 332.33 0.8 0.44
Hex CA 16 69 0 59 30 15 14C 50 2C
Octal 312 26 151 0 131 60 25 514 120 54
Binary 11001010 10110 1101001 0 1011001 110000 10101 101001100 1010000 101100

Color Harmonies of #CA1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1669

Black with #CA1669

Text Example


Text Example

White with #CA1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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