Html Css Color HEX #CF155C Ruby

📋 copy color: '#CF155C'

red 207 ◦ green 21 ◦ blue 92

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

Shades of Ruby #CF155C

Tints of Ruby #CF155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

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

R = 64.69%
G = 6.56%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF155C (or 0xCF155C) is known color: Ruby. HEX triplet: CF, 15 and 5C. RGB value is (207,21,92). Sum of RGB (Red+Green+Blue) = 207+21+92=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF155C is #30EAA3. Grayscale: #545454. Windows color (decimal): -3205796 or 6034895. OLE color: 6034895.

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

Color convert

RGB 207 21 92 -
CMYK 0 0.90 0.56 0.19
HSL 337.1º 0.82% 0.45% -
HSV(B) 337.1º 0.9% 0.81% -
XYZ 27.93 14.57 11.47 -
YUV 84.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 207 21 92 0 0.90 0.56 0.19 337.1 0.82 0.45
Hex CF 15 5C 0 5A 38 13 151 52 2D
Octal 317 25 134 0 132 70 23 521 122 55
Binary 11001111 10101 1011100 0 1011010 111000 10011 101010001 1010010 101101

Color Harmonies of #CF155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF155C

Black with #CF155C

Text Example


Text Example

White with #CF155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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