Html Css Color HEX #CF5049 Valencia

📋 copy color: '#CF5049'

red 207 ◦ green 80 ◦ blue 73

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

Shades of Valencia #CF5049

Tints of Valencia #CF5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 57.5%
G = 22.22%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5049 (or 0xCF5049) is known color: Valencia. HEX triplet: CF, 50 and 49. RGB value is (207,80,73). Sum of RGB (Red+Green+Blue) = 207+80+73=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5049 is #30AFB6. Grayscale: #757575. Windows color (decimal): -3190711 or 4804815. OLE color: 4804815.

HSL color Cylindrical-coordinate representation of color #CF5049: hue angle of 3.13º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5049 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 80 73 -
CMYK 0 0.61 0.65 0.19
HSL 3.13º 0.58% 0.55% -
HSV(B) 3.13º 0.65% 0.81% -
XYZ 29.8 19.48 8.49 -
YUV 117.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 207 80 73 0 0.61 0.65 0.19 3.13 0.58 0.55
Hex CF 50 49 0 3D 41 13 3 3A 37
Octal 317 120 111 0 75 101 23 3 72 67
Binary 11001111 1010000 1001001 0 111101 1000001 10011 11 111010 110111

Color Harmonies of #CF5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5049

Black with #CF5049

Text Example


Text Example

White with #CF5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5049; }

 p { color: rgb(207,80,73); }

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

background-color css

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

 a { background-color: rgb(207,80,73); }

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

border-color css

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

 span { border-color: rgb(207,80,73); }

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