Html Css Color HEX #CD843C Peru

📋 copy color: '#CD843C'

red 205 ◦ green 132 ◦ blue 60

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

Shades of Peru #CD843C

Tints of Peru #CD843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 51.64%
G = 33.25%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD843C (or 0xCD843C) is known color: Peru. HEX triplet: CD, 84 and 3C. RGB value is (205,132,60). Sum of RGB (Red+Green+Blue) = 205+132+60=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD843C is #327BC3. Grayscale: #919191. Windows color (decimal): -3308484 or 3966157. OLE color: 3966157.

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

Color convert

RGB 205 132 60 -
CMYK 0 0.36 0.71 0.20
HSL 29.79º 0.59% 0.52% -
HSV(B) 29.79º 0.71% 0.8% -
XYZ 34.24 29.81 8.22 -
YUV 145.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 205 132 60 0 0.36 0.71 0.20 29.79 0.59 0.52
Hex CD 84 3C 0 24 47 14 1E 3B 34
Octal 315 204 74 0 44 107 24 36 73 64
Binary 11001101 10000100 111100 0 100100 1000111 10100 11110 111011 110100

Color Harmonies of #CD843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD843C

Black with #CD843C

Text Example


Text Example

White with #CD843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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