Html Css Color HEX #CF065C Ruby

📋 copy color: '#CF065C'

red 207 ◦ green 6 ◦ blue 92

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

Shades of Ruby #CF065C

Tints of Ruby #CF065C

RGB

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

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

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

R = 67.87%
G = 1.97%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF065C (or 0xCF065C) is known color: Ruby. HEX triplet: CF, 06 and 5C. RGB value is (207,6,92). Sum of RGB (Red+Green+Blue) = 207+6+92=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF065C is #30F9A3. Grayscale: #4B4B4B. Windows color (decimal): -3209636 or 6031055. OLE color: 6031055.

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

Color convert

RGB 207 6 92 -
CMYK 0 0.97 0.56 0.19
HSL 334.33º 0.94% 0.42% -
HSV(B) 334.33º 0.97% 0.81% -
XYZ 27.73 14.17 11.4 -
YUV 75.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 207 6 92 0 0.97 0.56 0.19 334.33 0.94 0.42
Hex CF 6 5C 0 61 38 13 14E 5E 2A
Octal 317 6 134 0 141 70 23 516 136 52
Binary 11001111 110 1011100 0 1100001 111000 10011 101001110 1011110 101010

Color Harmonies of #CF065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF065C

Black with #CF065C

Text Example


Text Example

White with #CF065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF065C; }

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

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

background-color css

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

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

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

border-color css

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

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

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