Html Css Color HEX #CD594D Valencia

📋 copy color: '#CD594D'

red 205 ◦ green 89 ◦ blue 77

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

Shades of Valencia #CD594D

Tints of Valencia #CD594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 55.26%
G = 23.99%
B = 20.75%

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

#CD594D (or 0xCD594D) is known color: Valencia. HEX triplet: CD, 59 and 4D. RGB value is (205,89,77). Sum of RGB (Red+Green+Blue) = 205+89+77=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD594D is #32A6B2. Grayscale: #7A7A7A. Windows color (decimal): -3319475 or 5069261. OLE color: 5069261.

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

Color convert

RGB 205 89 77 -
CMYK 0 0.57 0.62 0.20
HSL 5.63º 0.56% 0.55% -
HSV(B) 5.63º 0.62% 0.8% -
XYZ 30.09 20.66 9.42 -
YUV 122.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 205 89 77 0 0.57 0.62 0.20 5.63 0.56 0.55
Hex CD 59 4D 0 39 3E 14 6 38 37
Octal 315 131 115 0 71 76 24 6 70 67
Binary 11001101 1011001 1001101 0 111001 111110 10100 110 111000 110111

Color Harmonies of #CD594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD594D

Black with #CD594D

Text Example


Text Example

White with #CD594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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