Html Css Color HEX #CD0867 Ruby

📋 copy color: '#CD0867'

red 205 ◦ green 8 ◦ blue 103

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

Shades of Ruby #CD0867

Tints of Ruby #CD0867

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 64.87%
G = 2.53%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD0867 (or 0xCD0867) is known color: Ruby. HEX triplet: CD, 08 and 67. RGB value is (205,8,103). Sum of RGB (Red+Green+Blue) = 205+8+103=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0867 is #32F798. Grayscale: #4D4D4D. Windows color (decimal): -3340185 or 6752461. OLE color: 6752461.

HSL color Cylindrical-coordinate representation of color #CD0867: hue angle of 331.07º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0867 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 8 103 -
CMYK 0 0.96 0.50 0.20
HSL 331.07º 0.92% 0.42% -
HSV(B) 331.07º 0.96% 0.8% -
XYZ 27.71 14.13 14.1 -
YUV 77.73 142.27 218.78 -
System Red Green Blue C M Y K H S L
Decimal 205 8 103 0 0.96 0.50 0.20 331.07 0.92 0.42
Hex CD 8 67 0 60 32 14 14B 5C 2A
Octal 315 10 147 0 140 62 24 513 134 52
Binary 11001101 1000 1100111 0 1100000 110010 10100 101001011 1011100 101010

Color Harmonies of #CD0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0867

Black with #CD0867

Text Example


Text Example

White with #CD0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0867; }

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

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

background-color css

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

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

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

border-color css

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

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

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