Html Css Color HEX #CD823D Peru

📋 copy color: '#CD823D'

red 205 ◦ green 130 ◦ blue 61

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

Shades of Peru #CD823D

Tints of Peru #CD823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 51.77%
G = 32.83%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD823D (or 0xCD823D) is known color: Peru. HEX triplet: CD, 82 and 3D. RGB value is (205,130,61). Sum of RGB (Red+Green+Blue) = 205+130+61=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD823D is #327DC2. Grayscale: #909090. Windows color (decimal): -3308995 or 4031181. OLE color: 4031181.

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

Color convert

RGB 205 130 61 -
CMYK 0 0.37 0.70 0.20
HSL 28.75º 0.59% 0.52% -
HSV(B) 28.75º 0.7% 0.8% -
XYZ 34 29.28 8.27 -
YUV 144.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 205 130 61 0 0.37 0.70 0.20 28.75 0.59 0.52
Hex CD 82 3D 0 25 46 14 1D 3B 34
Octal 315 202 75 0 45 106 24 35 73 64
Binary 11001101 10000010 111101 0 100101 1000110 10100 11101 111011 110100

Color Harmonies of #CD823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD823D

Black with #CD823D

Text Example


Text Example

White with #CD823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD823D; }

 p { color: rgb(205,130,61); }

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

background-color css

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

 a { background-color: rgb(205,130,61); }

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

border-color css

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

 span { border-color: rgb(205,130,61); }

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