Html Css Color HEX #CF165B Ruby

📋 copy color: '#CF165B'

red 207 ◦ green 22 ◦ blue 91

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

Shades of Ruby #CF165B

Tints of Ruby #CF165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 64.69%
G = 6.88%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF165B (or 0xCF165B) is known color: Ruby. HEX triplet: CF, 16 and 5B. RGB value is (207,22,91). Sum of RGB (Red+Green+Blue) = 207+22+91=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF165B is #30E9A4. Grayscale: #555555. Windows color (decimal): -3205541 or 5969615. OLE color: 5969615.

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

Color convert

RGB 207 22 91 -
CMYK 0 0.89 0.56 0.19
HSL 337.62º 0.81% 0.45% -
HSV(B) 337.62º 0.89% 0.81% -
XYZ 27.91 14.59 11.24 -
YUV 85.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 207 22 91 0 0.89 0.56 0.19 337.62 0.81 0.45
Hex CF 16 5B 0 59 38 13 152 51 2D
Octal 317 26 133 0 131 70 23 522 121 55
Binary 11001111 10110 1011011 0 1011001 111000 10011 101010010 1010001 101101

Color Harmonies of #CF165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF165B

Black with #CF165B

Text Example


Text Example

White with #CF165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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