Html Css Color HEX #CF145B Ruby

📋 copy color: '#CF145B'

red 207 ◦ green 20 ◦ blue 91

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

Shades of Ruby #CF145B

Tints of Ruby #CF145B

RGB

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

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

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

R = 65.09%
G = 6.29%
B = 28.62%

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

#CF145B (or 0xCF145B) is known color: Ruby. HEX triplet: CF, 14 and 5B. RGB value is (207,20,91). Sum of RGB (Red+Green+Blue) = 207+20+91=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF145B is #30EBA4. Grayscale: #535353. Windows color (decimal): -3206053 or 5969103. OLE color: 5969103.

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

Color convert

RGB 207 20 91 -
CMYK 0 0.90 0.56 0.19
HSL 337.22º 0.82% 0.45% -
HSV(B) 337.22º 0.9% 0.81% -
XYZ 27.87 14.52 11.23 -
YUV 84.01 131.95 215.73 -
System Red Green Blue C M Y K H S L
Decimal 207 20 91 0 0.90 0.56 0.19 337.22 0.82 0.45
Hex CF 14 5B 0 5A 38 13 151 52 2D
Octal 317 24 133 0 132 70 23 521 122 55
Binary 11001111 10100 1011011 0 1011010 111000 10011 101010001 1010010 101101

Color Harmonies of #CF145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF145B

Black with #CF145B

Text Example


Text Example

White with #CF145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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