Html Css Color HEX #CF145C Ruby

📋 copy color: '#CF145C'

red 207 ◦ green 20 ◦ blue 92

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

Shades of Ruby #CF145C

Tints of Ruby #CF145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

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

R = 64.89%
G = 6.27%
B = 28.84%

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

#CF145C (or 0xCF145C) is known color: Ruby. HEX triplet: CF, 14 and 5C. RGB value is (207,20,92). Sum of RGB (Red+Green+Blue) = 207+20+92=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF145C is #30EBA3. Grayscale: #545454. Windows color (decimal): -3206052 or 6034639. OLE color: 6034639.

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

Color convert

RGB 207 20 92 -
CMYK 0 0.90 0.56 0.19
HSL 336.9º 0.82% 0.45% -
HSV(B) 336.9º 0.9% 0.81% -
XYZ 27.91 14.54 11.46 -
YUV 84.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 207 20 92 0 0.90 0.56 0.19 336.9 0.82 0.45
Hex CF 14 5C 0 5A 38 13 151 52 2D
Octal 317 24 134 0 132 70 23 521 122 55
Binary 11001111 10100 1011100 0 1011010 111000 10011 101010001 1010010 101101

Color Harmonies of #CF145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF145C

Black with #CF145C

Text Example


Text Example

White with #CF145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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