Html Css Color HEX #CD504D Valencia

📋 copy color: '#CD504D'

red 205 ◦ green 80 ◦ blue 77

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

Shades of Valencia #CD504D

Tints of Valencia #CD504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 56.63%
G = 22.1%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD504D (or 0xCD504D) is known color: Valencia. HEX triplet: CD, 50 and 4D. RGB value is (205,80,77). Sum of RGB (Red+Green+Blue) = 205+80+77=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD504D is #32AFB2. Grayscale: #757575. Windows color (decimal): -3321779 or 5066957. OLE color: 5066957.

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

Color convert

RGB 205 80 77 -
CMYK 0 0.61 0.62 0.20
HSL 1.41º 0.56% 0.55% -
HSV(B) 1.41º 0.62% 0.8% -
XYZ 29.39 19.25 9.19 -
YUV 117.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 205 80 77 0 0.61 0.62 0.20 1.41 0.56 0.55
Hex CD 50 4D 0 3D 3E 14 1 38 37
Octal 315 120 115 0 75 76 24 1 70 67
Binary 11001101 1010000 1001101 0 111101 111110 10100 1 111000 110111

Color Harmonies of #CD504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD504D

Black with #CD504D

Text Example


Text Example

White with #CD504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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