Html Css Color HEX #CF0368 Ruby

📋 copy color: '#CF0368'

red 207 ◦ green 3 ◦ blue 104

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

Shades of Ruby #CF0368

Tints of Ruby #CF0368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 65.92%
G = 0.96%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CF0368 (or 0xCF0368) is known color: Ruby. HEX triplet: CF, 03 and 68. RGB value is (207,3,104). Sum of RGB (Red+Green+Blue) = 207+3+104=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0368 is #30FC97. Grayscale: #4B4B4B. Windows color (decimal): -3210392 or 6816719. OLE color: 6816719.

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

Color convert

RGB 207 3 104 -
CMYK 0 0.99 0.50 0.19
HSL 330.29º 0.97% 0.41% -
HSV(B) 330.29º 0.99% 0.81% -
XYZ 28.26 14.33 14.37 -
YUV 75.51 144.09 221.79 -
System Red Green Blue C M Y K H S L
Decimal 207 3 104 0 0.99 0.50 0.19 330.29 0.97 0.41
Hex CF 3 68 0 63 32 13 14A 61 29
Octal 317 3 150 0 143 62 23 512 141 51
Binary 11001111 11 1101000 0 1100011 110010 10011 101001010 1100001 101001

Color Harmonies of #CF0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0368

Black with #CF0368

Text Example


Text Example

White with #CF0368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0368; }

 p { color: rgb(207,3,104); }

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

background-color css

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

 a { background-color: rgb(207,3,104); }

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

border-color css

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

 span { border-color: rgb(207,3,104); }

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