Html Css Color HEX #CA1267 Ruby

📋 copy color: '#CA1267'

red 202 ◦ green 18 ◦ blue 103

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

Shades of Ruby #CA1267

Tints of Ruby #CA1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 62.54%
G = 5.57%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA1267 (or 0xCA1267) is known color: Ruby. HEX triplet: CA, 12 and 67. RGB value is (202,18,103). Sum of RGB (Red+Green+Blue) = 202+18+103=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1267 is #35ED98. Grayscale: #525252. Windows color (decimal): -3534233 or 6755018. OLE color: 6755018.

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

Color convert

RGB 202 18 103 -
CMYK 0 0.91 0.49 0.21
HSL 332.28º 0.84% 0.43% -
HSV(B) 332.28º 0.91% 0.79% -
XYZ 27.02 13.97 14.1 -
YUV 82.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 202 18 103 0 0.91 0.49 0.21 332.28 0.84 0.43
Hex CA 12 67 0 5B 31 15 14C 54 2B
Octal 312 22 147 0 133 61 25 514 124 53
Binary 11001010 10010 1100111 0 1011011 110001 10101 101001100 1010100 101011

Color Harmonies of #CA1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1267

Black with #CA1267

Text Example


Text Example

White with #CA1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1267; }

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

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

background-color css

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

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

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

border-color css

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

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

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