Html Css Color HEX #CF5950 Valencia

📋 copy color: '#CF5950'

red 207 ◦ green 89 ◦ blue 80

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

Shades of Valencia #CF5950

Tints of Valencia #CF5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 55.05%
G = 23.67%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF5950 (or 0xCF5950) is known color: Valencia. HEX triplet: CF, 59 and 50. RGB value is (207,89,80). Sum of RGB (Red+Green+Blue) = 207+89+80=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5950 is #30A6AF. Grayscale: #7B7B7B. Windows color (decimal): -3188400 or 5265871. OLE color: 5265871.

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

Color convert

RGB 207 89 80 -
CMYK 0 0.57 0.61 0.19
HSL 4.25º 0.57% 0.56% -
HSV(B) 4.25º 0.61% 0.81% -
XYZ 30.75 20.99 10.02 -
YUV 123.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 207 89 80 0 0.57 0.61 0.19 4.25 0.57 0.56
Hex CF 59 50 0 39 3D 13 4 39 38
Octal 317 131 120 0 71 75 23 4 71 70
Binary 11001111 1011001 1010000 0 111001 111101 10011 100 111001 111000

Color Harmonies of #CF5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5950

Black with #CF5950

Text Example


Text Example

White with #CF5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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