Html Css Color HEX #CD594E Valencia

📋 copy color: '#CD594E'

red 205 ◦ green 89 ◦ blue 78

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

Shades of Valencia #CD594E

Tints of Valencia #CD594E

RGB

 RED value IS 205 (80.47% from 255) = 55.11%

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

 BLUE value IS 78 (30.86% from 255) = 20.97%

R = 55.11%
G = 23.92%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD594E (or 0xCD594E) is known color: Valencia. HEX triplet: CD, 59 and 4E. RGB value is (205,89,78). Sum of RGB (Red+Green+Blue) = 205+89+78=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD594E is #32A6B1. Grayscale: #7A7A7A. Windows color (decimal): -3319474 or 5134797. OLE color: 5134797.

HSL color Cylindrical-coordinate representation of color #CD594E: hue angle of 5.2º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD594E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 89 78 -
CMYK 0 0.57 0.62 0.20
HSL 5.2º 0.56% 0.55% -
HSV(B) 5.2º 0.62% 0.8% -
XYZ 30.12 20.67 9.61 -
YUV 122.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 205 89 78 0 0.57 0.62 0.20 5.2 0.56 0.55
Hex CD 59 4E 0 39 3E 14 5 38 37
Octal 315 131 116 0 71 76 24 5 70 67
Binary 11001101 1011001 1001110 0 111001 111110 10100 101 111000 110111

Color Harmonies of #CD594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD594E

Black with #CD594E

Text Example


Text Example

White with #CD594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD594E; }

 p { color: rgb(205,89,78); }

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

background-color css

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

 a { background-color: rgb(205,89,78); }

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

border-color css

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

 span { border-color: rgb(205,89,78); }

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