Html Css Color HEX #CF165A Ruby

📋 copy color: '#CF165A'

red 207 ◦ green 22 ◦ blue 90

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

Shades of Ruby #CF165A

Tints of Ruby #CF165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 64.89%
G = 6.9%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF165A (or 0xCF165A) is known color: Ruby. HEX triplet: CF, 16 and 5A. RGB value is (207,22,90). Sum of RGB (Red+Green+Blue) = 207+22+90=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF165A is #30E9A5. Grayscale: #545454. Windows color (decimal): -3205542 or 5904079. OLE color: 5904079.

HSL color Cylindrical-coordinate representation of color #CF165A: hue angle of 337.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF165A is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 22 90 -
CMYK 0 0.89 0.57 0.19
HSL 337.95º 0.81% 0.45% -
HSV(B) 337.95º 0.89% 0.81% -
XYZ 27.86 14.58 11.02 -
YUV 85.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 207 22 90 0 0.89 0.57 0.19 337.95 0.81 0.45
Hex CF 16 5A 0 59 39 13 152 51 2D
Octal 317 26 132 0 131 71 23 522 121 55
Binary 11001111 10110 1011010 0 1011001 111001 10011 101010010 1010001 101101

Color Harmonies of #CF165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF165A

Black with #CF165A

Text Example


Text Example

White with #CF165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF165A; }

 p { color: rgb(207,22,90); }

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

background-color css

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

 a { background-color: rgb(207,22,90); }

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

border-color css

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

 span { border-color: rgb(207,22,90); }

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