Html Css Color HEX #CD065C Ruby

📋 copy color: '#CD065C'

red 205 ◦ green 6 ◦ blue 92

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

Shades of Ruby #CD065C

Tints of Ruby #CD065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 67.66%
G = 1.98%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD065C (or 0xCD065C) is known color: Ruby. HEX triplet: CD, 06 and 5C. RGB value is (205,6,92). Sum of RGB (Red+Green+Blue) = 205+6+92=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD065C is #32F9A3. Grayscale: #4B4B4B. Windows color (decimal): -3340708 or 6031053. OLE color: 6031053.

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

Color convert

RGB 205 6 92 -
CMYK 0 0.97 0.55 0.20
HSL 334.07º 0.94% 0.41% -
HSV(B) 334.07º 0.97% 0.8% -
XYZ 27.17 13.88 11.37 -
YUV 75.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 205 6 92 0 0.97 0.55 0.20 334.07 0.94 0.41
Hex CD 6 5C 0 61 37 14 14E 5E 29
Octal 315 6 134 0 141 67 24 516 136 51
Binary 11001101 110 1011100 0 1100001 110111 10100 101001110 1011110 101001

Color Harmonies of #CD065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD065C

Black with #CD065C

Text Example


Text Example

White with #CD065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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