Html Css Color HEX #CD534C Valencia

📋 copy color: '#CD534C'

red 205 ◦ green 83 ◦ blue 76

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

Shades of Valencia #CD534C

Tints of Valencia #CD534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 56.32%
G = 22.8%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD534C (or 0xCD534C) is known color: Valencia. HEX triplet: CD, 53 and 4C. RGB value is (205,83,76). Sum of RGB (Red+Green+Blue) = 205+83+76=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD534C is #32ACB3. Grayscale: #767676. Windows color (decimal): -3321012 or 5002189. OLE color: 5002189.

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

Color convert

RGB 205 83 76 -
CMYK 0 0.60 0.63 0.20
HSL 3.26º 0.56% 0.55% -
HSV(B) 3.26º 0.63% 0.8% -
XYZ 29.57 19.69 9.08 -
YUV 118.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 205 83 76 0 0.60 0.63 0.20 3.26 0.56 0.55
Hex CD 53 4C 0 3C 3F 14 3 38 37
Octal 315 123 114 0 74 77 24 3 70 67
Binary 11001101 1010011 1001100 0 111100 111111 10100 11 111000 110111

Color Harmonies of #CD534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD534C

Black with #CD534C

Text Example


Text Example

White with #CD534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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