Html Css Color HEX #CD584D Valencia

📋 copy color: '#CD584D'

red 205 ◦ green 88 ◦ blue 77

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

Shades of Valencia #CD584D

Tints of Valencia #CD584D

RGB

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

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

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

R = 55.41%
G = 23.78%
B = 20.81%

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

#CD584D (or 0xCD584D) is known color: Valencia. HEX triplet: CD, 58 and 4D. RGB value is (205,88,77). Sum of RGB (Red+Green+Blue) = 205+88+77=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD584D is #32A7B2. Grayscale: #797979. Windows color (decimal): -3319731 or 5069005. OLE color: 5069005.

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

Color convert

RGB 205 88 77 -
CMYK 0 0.57 0.62 0.20
HSL 5.16º 0.56% 0.55% -
HSV(B) 5.16º 0.62% 0.8% -
XYZ 30.01 20.49 9.4 -
YUV 121.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 205 88 77 0 0.57 0.62 0.20 5.16 0.56 0.55
Hex CD 58 4D 0 39 3E 14 5 38 37
Octal 315 130 115 0 71 76 24 5 70 67
Binary 11001101 1011000 1001101 0 111001 111110 10100 101 111000 110111

Color Harmonies of #CD584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD584D

Black with #CD584D

Text Example


Text Example

White with #CD584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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