Html Css Color HEX #CD0267 Ruby

📋 copy color: '#CD0267'

red 205 ◦ green 2 ◦ blue 103

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

Shades of Ruby #CD0267

Tints of Ruby #CD0267

RGB

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

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

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

R = 66.13%
G = 0.65%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD0267 (or 0xCD0267) is known color: Ruby. HEX triplet: CD, 02 and 67. RGB value is (205,2,103). Sum of RGB (Red+Green+Blue) = 205+2+103=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0267 is #32FD98. Grayscale: #4A4A4A. Windows color (decimal): -3341721 or 6750925. OLE color: 6750925.

HSL color Cylindrical-coordinate representation of color #CD0267: hue angle of 330.15º 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 #CD0267 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 103 -
CMYK 0 0.99 0.50 0.20
HSL 330.15º 0.98% 0.41% -
HSV(B) 330.15º 0.99% 0.8% -
XYZ 27.65 14 14.08 -
YUV 74.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 205 2 103 0 0.99 0.50 0.20 330.15 0.98 0.41
Hex CD 2 67 0 63 32 14 14A 62 29
Octal 315 2 147 0 143 62 24 512 142 51
Binary 11001101 10 1100111 0 1100011 110010 10100 101001010 1100010 101001

Color Harmonies of #CD0267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0267

Black with #CD0267

Text Example


Text Example

White with #CD0267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0267; }

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

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

background-color css

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

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

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

border-color css

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

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

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