Html Css Color HEX #CF136A Ruby

📋 copy color: '#CF136A'

red 207 ◦ green 19 ◦ blue 106

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

Shades of Ruby #CF136A

Tints of Ruby #CF136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 62.35%
G = 5.72%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF136A (or 0xCF136A) is known color: Ruby. HEX triplet: CF, 13 and 6A. RGB value is (207,19,106). Sum of RGB (Red+Green+Blue) = 207+19+106=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF136A is #30EC95. Grayscale: #545454. Windows color (decimal): -3206294 or 6951887. OLE color: 6951887.

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

Color convert

RGB 207 19 106 -
CMYK 0 0.91 0.49 0.19
HSL 332.23º 0.83% 0.44% -
HSV(B) 332.23º 0.91% 0.81% -
XYZ 28.57 14.77 14.98 -
YUV 85.13 139.78 214.93 -
System Red Green Blue C M Y K H S L
Decimal 207 19 106 0 0.91 0.49 0.19 332.23 0.83 0.44
Hex CF 13 6A 0 5B 31 13 14C 53 2C
Octal 317 23 152 0 133 61 23 514 123 54
Binary 11001111 10011 1101010 0 1011011 110001 10011 101001100 1010011 101100

Color Harmonies of #CF136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF136A

Black with #CF136A

Text Example


Text Example

White with #CF136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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