Html Css Color HEX #CA0367 Ruby

📋 copy color: '#CA0367'

red 202 ◦ green 3 ◦ blue 103

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

Shades of Ruby #CA0367

Tints of Ruby #CA0367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 65.58%
G = 0.97%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA0367 (or 0xCA0367) is known color: Ruby. HEX triplet: CA, 03 and 67. RGB value is (202,3,103). Sum of RGB (Red+Green+Blue) = 202+3+103=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0367 is #35FC98. Grayscale: #494949. Windows color (decimal): -3538073 or 6751178. OLE color: 6751178.

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

Color convert

RGB 202 3 103 -
CMYK 0 0.99 0.49 0.21
HSL 329.85º 0.97% 0.4% -
HSV(B) 329.85º 0.99% 0.79% -
XYZ 26.84 13.6 14.04 -
YUV 73.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 202 3 103 0 0.99 0.49 0.21 329.85 0.97 0.4
Hex CA 3 67 0 63 31 15 14A 61 28
Octal 312 3 147 0 143 61 25 512 141 50
Binary 11001010 11 1100111 0 1100011 110001 10101 101001010 1100001 101000

Color Harmonies of #CA0367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0367

Black with #CA0367

Text Example


Text Example

White with #CA0367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0367; }

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

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

background-color css

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

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

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

border-color css

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

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

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