Html Css Color HEX #CD0262 Ruby

📋 copy color: '#CD0262'

red 205 ◦ green 2 ◦ blue 98

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

Shades of Ruby #CD0262

Tints of Ruby #CD0262

RGB

 RED value IS 205 (80.47% from 255) = 67.21%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 67.21%
G = 0.66%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD0262 (or 0xCD0262) is known color: Ruby. HEX triplet: CD, 02 and 62. RGB value is (205,2,98). Sum of RGB (Red+Green+Blue) = 205+2+98=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0262 is #32FD9D. Grayscale: #494949. Windows color (decimal): -3341726 or 6423245. OLE color: 6423245.

HSL color Cylindrical-coordinate representation of color #CD0262: hue angle of 331.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0262 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 98 -
CMYK 0 0.99 0.52 0.20
HSL 331.63º 0.98% 0.41% -
HSV(B) 331.63º 0.99% 0.8% -
XYZ 27.4 13.9 12.79 -
YUV 73.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 205 2 98 0 0.99 0.52 0.20 331.63 0.98 0.41
Hex CD 2 62 0 63 34 14 14C 62 29
Octal 315 2 142 0 143 64 24 514 142 51
Binary 11001101 10 1100010 0 1100011 110100 10100 101001100 1100010 101001

Color Harmonies of #CD0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0262

Black with #CD0262

Text Example


Text Example

White with #CD0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0262; }

 p { color: rgb(205,2,98); }

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

background-color css

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

 a { background-color: rgb(205,2,98); }

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

border-color css

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

 span { border-color: rgb(205,2,98); }

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