Html Css Color HEX #CF065D Ruby

📋 copy color: '#CF065D'

red 207 ◦ green 6 ◦ blue 93

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

Shades of Ruby #CF065D

Tints of Ruby #CF065D

RGB

 RED value IS 207 (81.25% from 255) = 67.65%

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 67.65%
G = 1.96%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF065D (or 0xCF065D) is known color: Ruby. HEX triplet: CF, 06 and 5D. RGB value is (207,6,93). Sum of RGB (Red+Green+Blue) = 207+6+93=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF065D is #30F9A2. Grayscale: #4B4B4B. Windows color (decimal): -3209635 or 6096591. OLE color: 6096591.

HSL color Cylindrical-coordinate representation of color #CF065D: hue angle of 334.03º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF065D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 6 93 -
CMYK 0 0.97 0.55 0.19
HSL 334.03º 0.94% 0.42% -
HSV(B) 334.03º 0.97% 0.81% -
XYZ 27.77 14.19 11.63 -
YUV 76.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 207 6 93 0 0.97 0.55 0.19 334.03 0.94 0.42
Hex CF 6 5D 0 61 37 13 14E 5E 2A
Octal 317 6 135 0 141 67 23 516 136 52
Binary 11001111 110 1011101 0 1100001 110111 10011 101001110 1011110 101010

Color Harmonies of #CF065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF065D

Black with #CF065D

Text Example


Text Example

White with #CF065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF065D; }

 p { color: rgb(207,6,93); }

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

background-color css

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

 a { background-color: rgb(207,6,93); }

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

border-color css

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

 span { border-color: rgb(207,6,93); }

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