Html Css Color HEX #CD843A Peru

📋 copy color: '#CD843A'

red 205 ◦ green 132 ◦ blue 58

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

Shades of Peru #CD843A

Tints of Peru #CD843A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 51.9%
G = 33.42%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD843A (or 0xCD843A) is known color: Peru. HEX triplet: CD, 84 and 3A. RGB value is (205,132,58). Sum of RGB (Red+Green+Blue) = 205+132+58=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD843A is #327BC5. Grayscale: #919191. Windows color (decimal): -3308486 or 3835085. OLE color: 3835085.

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

Color convert

RGB 205 132 58 -
CMYK 0 0.36 0.72 0.20
HSL 30.2º 0.6% 0.52% -
HSV(B) 30.2º 0.72% 0.8% -
XYZ 34.19 29.79 7.95 -
YUV 145.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 205 132 58 0 0.36 0.72 0.20 30.2 0.6 0.52
Hex CD 84 3A 0 24 48 14 1E 3C 34
Octal 315 204 72 0 44 110 24 36 74 64
Binary 11001101 10000100 111010 0 100100 1001000 10100 11110 111100 110100

Color Harmonies of #CD843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD843A

Black with #CD843A

Text Example


Text Example

White with #CD843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD843A; }

 p { color: rgb(205,132,58); }

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

background-color css

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

 a { background-color: rgb(205,132,58); }

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

border-color css

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

 span { border-color: rgb(205,132,58); }

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