Html Css Color HEX #CF5449 Valencia

📋 copy color: '#CF5449'

red 207 ◦ green 84 ◦ blue 73

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

Shades of Valencia #CF5449

Tints of Valencia #CF5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

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

R = 56.87%
G = 23.08%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF5449 (or 0xCF5449) is known color: Valencia. HEX triplet: CF, 54 and 49. RGB value is (207,84,73). Sum of RGB (Red+Green+Blue) = 207+84+73=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5449 is #30ABB6. Grayscale: #777777. Windows color (decimal): -3189687 or 4805839. OLE color: 4805839.

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

Color convert

RGB 207 84 73 -
CMYK 0 0.59 0.65 0.19
HSL 4.93º 0.58% 0.55% -
HSV(B) 4.93º 0.65% 0.81% -
XYZ 30.11 20.09 8.59 -
YUV 119.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 207 84 73 0 0.59 0.65 0.19 4.93 0.58 0.55
Hex CF 54 49 0 3B 41 13 5 3A 37
Octal 317 124 111 0 73 101 23 5 72 67
Binary 11001111 1010100 1001001 0 111011 1000001 10011 101 111010 110111

Color Harmonies of #CF5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5449

Black with #CF5449

Text Example


Text Example

White with #CF5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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