Html Css Color HEX #CF594B Valencia

📋 copy color: '#CF594B'

red 207 ◦ green 89 ◦ blue 75

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

Shades of Valencia #CF594B

Tints of Valencia #CF594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 55.8%
G = 23.99%
B = 20.22%

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

#CF594B (or 0xCF594B) is known color: Valencia. HEX triplet: CF, 59 and 4B. RGB value is (207,89,75). Sum of RGB (Red+Green+Blue) = 207+89+75=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF594B is #30A6B4. Grayscale: #7A7A7A. Windows color (decimal): -3188405 or 4938191. OLE color: 4938191.

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

Color convert

RGB 207 89 75 -
CMYK 0 0.57 0.64 0.19
HSL 6.36º 0.58% 0.55% -
HSV(B) 6.36º 0.64% 0.81% -
XYZ 30.57 20.92 9.08 -
YUV 122.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 207 89 75 0 0.57 0.64 0.19 6.36 0.58 0.55
Hex CF 59 4B 0 39 40 13 6 3A 37
Octal 317 131 113 0 71 100 23 6 72 67
Binary 11001111 1011001 1001011 0 111001 1000000 10011 110 111010 110111

Color Harmonies of #CF594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF594B

Black with #CF594B

Text Example


Text Example

White with #CF594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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