Html Css Color HEX #CD065E Ruby

📋 copy color: '#CD065E'

red 205 ◦ green 6 ◦ blue 94

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

Shades of Ruby #CD065E

Tints of Ruby #CD065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 67.21%
G = 1.97%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD065E (or 0xCD065E) is known color: Ruby. HEX triplet: CD, 06 and 5E. RGB value is (205,6,94). Sum of RGB (Red+Green+Blue) = 205+6+94=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD065E is #32F9A1. Grayscale: #4B4B4B. Windows color (decimal): -3340706 or 6162125. OLE color: 6162125.

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

Color convert

RGB 205 6 94 -
CMYK 0 0.97 0.54 0.20
HSL 333.47º 0.94% 0.41% -
HSV(B) 333.47º 0.97% 0.8% -
XYZ 27.26 13.92 11.84 -
YUV 75.53 138.43 220.34 -
System Red Green Blue C M Y K H S L
Decimal 205 6 94 0 0.97 0.54 0.20 333.47 0.94 0.41
Hex CD 6 5E 0 61 36 14 14D 5E 29
Octal 315 6 136 0 141 66 24 515 136 51
Binary 11001101 110 1011110 0 1100001 110110 10100 101001101 1011110 101001

Color Harmonies of #CD065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD065E

Black with #CD065E

Text Example


Text Example

White with #CD065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD065E; }

 p { color: rgb(205,6,94); }

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

background-color css

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

 a { background-color: rgb(205,6,94); }

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

border-color css

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

 span { border-color: rgb(205,6,94); }

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