Html Css Color HEX #CF584A Valencia

📋 copy color: '#CF584A'

red 207 ◦ green 88 ◦ blue 74

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

Shades of Valencia #CF584A

Tints of Valencia #CF584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 56.1%
G = 23.85%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF584A (or 0xCF584A) is known color: Valencia. HEX triplet: CF, 58 and 4A. RGB value is (207,88,74). Sum of RGB (Red+Green+Blue) = 207+88+74=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF584A is #30A7B5. Grayscale: #7A7A7A. Windows color (decimal): -3188662 or 4872399. OLE color: 4872399.

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

Color convert

RGB 207 88 74 -
CMYK 0 0.57 0.64 0.19
HSL 6.32º 0.58% 0.55% -
HSV(B) 6.32º 0.64% 0.81% -
XYZ 30.46 20.74 8.88 -
YUV 121.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 207 88 74 0 0.57 0.64 0.19 6.32 0.58 0.55
Hex CF 58 4A 0 39 40 13 6 3A 37
Octal 317 130 112 0 71 100 23 6 72 67
Binary 11001111 1011000 1001010 0 111001 1000000 10011 110 111010 110111

Color Harmonies of #CF584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF584A

Black with #CF584A

Text Example


Text Example

White with #CF584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF584A; }

 p { color: rgb(207,88,74); }

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

background-color css

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

 a { background-color: rgb(207,88,74); }

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

border-color css

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

 span { border-color: rgb(207,88,74); }

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