Html Css Color HEX #CD5250 Valencia

📋 copy color: '#CD5250'

red 205 ◦ green 82 ◦ blue 80

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

Shades of Valencia #CD5250

Tints of Valencia #CD5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 55.86%
G = 22.34%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD5250 (or 0xCD5250) is known color: Valencia. HEX triplet: CD, 52 and 50. RGB value is (205,82,80). Sum of RGB (Red+Green+Blue) = 205+82+80=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5250 is #32ADAF. Grayscale: #767676. Windows color (decimal): -3321264 or 5264077. OLE color: 5264077.

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

Color convert

RGB 205 82 80 -
CMYK 0 0.6 0.61 0.20
HSL 0.96º 0.56% 0.56% -
HSV(B) 0.96º 0.61% 0.8% -
XYZ 29.64 19.59 9.81 -
YUV 118.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 205 82 80 0 0.6 0.61 0.20 0.96 0.56 0.56
Hex CD 52 50 0 3C 3D 14 1 38 38
Octal 315 122 120 0 74 75 24 1 70 70
Binary 11001101 1010010 1010000 0 111100 111101 10100 1 111000 111000

Color Harmonies of #CD5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5250

Black with #CD5250

Text Example


Text Example

White with #CD5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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