Html Css Color HEX #CF165C Ruby

📋 copy color: '#CF165C'

red 207 ◦ green 22 ◦ blue 92

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

Shades of Ruby #CF165C

Tints of Ruby #CF165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 64.49%
G = 6.85%
B = 28.66%

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

#CF165C (or 0xCF165C) is known color: Ruby. HEX triplet: CF, 16 and 5C. RGB value is (207,22,92). Sum of RGB (Red+Green+Blue) = 207+22+92=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF165C is #30E9A3. Grayscale: #555555. Windows color (decimal): -3205540 or 6035151. OLE color: 6035151.

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

Color convert

RGB 207 22 92 -
CMYK 0 0.89 0.56 0.19
HSL 337.3º 0.81% 0.45% -
HSV(B) 337.3º 0.89% 0.81% -
XYZ 27.95 14.61 11.47 -
YUV 85.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 207 22 92 0 0.89 0.56 0.19 337.3 0.81 0.45
Hex CF 16 5C 0 59 38 13 151 51 2D
Octal 317 26 134 0 131 70 23 521 121 55
Binary 11001111 10110 1011100 0 1011001 111000 10011 101010001 1010001 101101

Color Harmonies of #CF165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF165C

Black with #CF165C

Text Example


Text Example

White with #CF165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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