Html Css Color HEX #CF1065 Ruby

📋 copy color: '#CF1065'

red 207 ◦ green 16 ◦ blue 101

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

Shades of Ruby #CF1065

Tints of Ruby #CF1065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 63.89%
G = 4.94%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF1065 (or 0xCF1065) is known color: Ruby. HEX triplet: CF, 10 and 65. RGB value is (207,16,101). Sum of RGB (Red+Green+Blue) = 207+16+101=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1065 is #30EF9A. Grayscale: #525252. Windows color (decimal): -3207067 or 6623439. OLE color: 6623439.

HSL color Cylindrical-coordinate representation of color #CF1065: hue angle of 333.3º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1065 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 16 101 -
CMYK 0 0.92 0.51 0.19
HSL 333.3º 0.86% 0.44% -
HSV(B) 333.3º 0.92% 0.81% -
XYZ 28.27 14.58 13.64 -
YUV 82.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 207 16 101 0 0.92 0.51 0.19 333.3 0.86 0.44
Hex CF 10 65 0 5C 33 13 14D 56 2C
Octal 317 20 145 0 134 63 23 515 126 54
Binary 11001111 10000 1100101 0 1011100 110011 10011 101001101 1010110 101100

Color Harmonies of #CF1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1065

Black with #CF1065

Text Example


Text Example

White with #CF1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1065; }

 p { color: rgb(207,16,101); }

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

background-color css

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

 a { background-color: rgb(207,16,101); }

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

border-color css

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

 span { border-color: rgb(207,16,101); }

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