Html Css Color HEX #CD8A41 Peru

📋 copy color: '#CD8A41'

red 205 ◦ green 138 ◦ blue 65

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

Shades of Peru #CD8A41

Tints of Peru #CD8A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 65 (25.78% from 255) = 15.93%

R = 50.25%
G = 33.82%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD8A41 (or 0xCD8A41) is known color: Peru. HEX triplet: CD, 8A and 41. RGB value is (205,138,65). Sum of RGB (Red+Green+Blue) = 205+138+65=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A41 is #3275BE. Grayscale: #969696. Windows color (decimal): -3306943 or 4295373. OLE color: 4295373.

HSL color Cylindrical-coordinate representation of color #CD8A41: hue angle of 31.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD8A41 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 138 65 -
CMYK 0 0.33 0.68 0.20
HSL 31.29º 0.58% 0.53% -
HSV(B) 31.29º 0.68% 0.8% -
XYZ 35.22 31.54 9.23 -
YUV 149.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 205 138 65 0 0.33 0.68 0.20 31.29 0.58 0.53
Hex CD 8A 41 0 21 44 14 1F 3A 35
Octal 315 212 101 0 41 104 24 37 72 65
Binary 11001101 10001010 1000001 0 100001 1000100 10100 11111 111010 110101

Color Harmonies of #CD8A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A41

Black with #CD8A41

Text Example


Text Example

White with #CD8A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A41; }

 p { color: rgb(205,138,65); }

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

background-color css

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

 a { background-color: rgb(205,138,65); }

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

border-color css

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

 span { border-color: rgb(205,138,65); }

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