Html Css Color HEX #CF076C Ruby

📋 copy color: '#CF076C'

red 207 ◦ green 7 ◦ blue 108

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

Shades of Ruby #CF076C

Tints of Ruby #CF076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 64.29%
G = 2.17%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF076C (or 0xCF076C) is known color: Ruby. HEX triplet: CF, 07 and 6C. RGB value is (207,7,108). Sum of RGB (Red+Green+Blue) = 207+7+108=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF076C is #30F893. Grayscale: #4E4E4E. Windows color (decimal): -3209364 or 7079887. OLE color: 7079887.

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

Color convert

RGB 207 7 108 -
CMYK 0 0.97 0.48 0.19
HSL 329.7º 0.93% 0.42% -
HSV(B) 329.7º 0.97% 0.81% -
XYZ 28.51 14.5 15.48 -
YUV 78.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 207 7 108 0 0.97 0.48 0.19 329.7 0.93 0.42
Hex CF 7 6C 0 61 30 13 14A 5D 2A
Octal 317 7 154 0 141 60 23 512 135 52
Binary 11001111 111 1101100 0 1100001 110000 10011 101001010 1011101 101010

Color Harmonies of #CF076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF076C

Black with #CF076C

Text Example


Text Example

White with #CF076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF076C; }

 p { color: rgb(207,7,108); }

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

background-color css

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

 a { background-color: rgb(207,7,108); }

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

border-color css

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

 span { border-color: rgb(207,7,108); }

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