Html Css Color HEX #CF5247 Valencia

📋 copy color: '#CF5247'

red 207 ◦ green 82 ◦ blue 71

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

Shades of Valencia #CF5247

Tints of Valencia #CF5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 57.5%
G = 22.78%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF5247 (or 0xCF5247) is known color: Valencia. HEX triplet: CF, 52 and 47. RGB value is (207,82,71). Sum of RGB (Red+Green+Blue) = 207+82+71=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5247 is #30ADB8. Grayscale: #767676. Windows color (decimal): -3190201 or 4674255. OLE color: 4674255.

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

Color convert

RGB 207 82 71 -
CMYK 0 0.60 0.66 0.19
HSL 4.85º 0.59% 0.55% -
HSV(B) 4.85º 0.66% 0.81% -
XYZ 29.89 19.75 8.2 -
YUV 118.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 207 82 71 0 0.60 0.66 0.19 4.85 0.59 0.55
Hex CF 52 47 0 3C 42 13 5 3B 37
Octal 317 122 107 0 74 102 23 5 73 67
Binary 11001111 1010010 1000111 0 111100 1000010 10011 101 111011 110111

Color Harmonies of #CF5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5247

Black with #CF5247

Text Example


Text Example

White with #CF5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5247; }

 p { color: rgb(207,82,71); }

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

background-color css

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

 a { background-color: rgb(207,82,71); }

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

border-color css

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

 span { border-color: rgb(207,82,71); }

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