Html Css Color HEX #CD584C Valencia

📋 copy color: '#CD584C'

red 205 ◦ green 88 ◦ blue 76

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

Shades of Valencia #CD584C

Tints of Valencia #CD584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 55.56%
G = 23.85%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD584C (or 0xCD584C) is known color: Valencia. HEX triplet: CD, 58 and 4C. RGB value is (205,88,76). Sum of RGB (Red+Green+Blue) = 205+88+76=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD584C is #32A7B3. Grayscale: #797979. Windows color (decimal): -3319732 or 5003469. OLE color: 5003469.

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

Color convert

RGB 205 88 76 -
CMYK 0 0.57 0.63 0.20
HSL 5.58º 0.56% 0.55% -
HSV(B) 5.58º 0.63% 0.8% -
XYZ 29.97 20.48 9.21 -
YUV 121.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 205 88 76 0 0.57 0.63 0.20 5.58 0.56 0.55
Hex CD 58 4C 0 39 3F 14 6 38 37
Octal 315 130 114 0 71 77 24 6 70 67
Binary 11001101 1011000 1001100 0 111001 111111 10100 110 111000 110111

Color Harmonies of #CD584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD584C

Black with #CD584C

Text Example


Text Example

White with #CD584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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