Html Css Color HEX #CF136B Ruby

📋 copy color: '#CF136B'

red 207 ◦ green 19 ◦ blue 107

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

Shades of Ruby #CF136B

Tints of Ruby #CF136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 62.16%
G = 5.71%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF136B (or 0xCF136B) is known color: Ruby. HEX triplet: CF, 13 and 6B. RGB value is (207,19,107). Sum of RGB (Red+Green+Blue) = 207+19+107=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF136B is #30EC94. Grayscale: #555555. Windows color (decimal): -3206293 or 7017423. OLE color: 7017423.

HSL color Cylindrical-coordinate representation of color #CF136B: hue angle of 331.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF136B is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 107 -
CMYK 0 0.91 0.48 0.19
HSL 331.91º 0.83% 0.44% -
HSV(B) 331.91º 0.91% 0.81% -
XYZ 28.62 14.79 15.26 -
YUV 85.24 140.28 214.84 -
System Red Green Blue C M Y K H S L
Decimal 207 19 107 0 0.91 0.48 0.19 331.91 0.83 0.44
Hex CF 13 6B 0 5B 30 13 14C 53 2C
Octal 317 23 153 0 133 60 23 514 123 54
Binary 11001111 10011 1101011 0 1011011 110000 10011 101001100 1010011 101100

Color Harmonies of #CF136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF136B

Black with #CF136B

Text Example


Text Example

White with #CF136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF136B; }

 p { color: rgb(207,19,107); }

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

background-color css

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

 a { background-color: rgb(207,19,107); }

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

border-color css

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

 span { border-color: rgb(207,19,107); }

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