Html Css Color HEX #CD863F Peru

📋 copy color: '#CD863F'

red 205 ◦ green 134 ◦ blue 63

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

Shades of Peru #CD863F

Tints of Peru #CD863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 15.67%

R = 51%
G = 33.33%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD863F (or 0xCD863F) is known color: Peru. HEX triplet: CD, 86 and 3F. RGB value is (205,134,63). Sum of RGB (Red+Green+Blue) = 205+134+63=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD863F is #3279C0. Grayscale: #939393. Windows color (decimal): -3307969 or 4163277. OLE color: 4163277.

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

Color convert

RGB 205 134 63 -
CMYK 0 0.35 0.69 0.20
HSL 30º 0.59% 0.53% -
HSV(B) 30º 0.69% 0.8% -
XYZ 34.6 30.39 8.74 -
YUV 147.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 205 134 63 0 0.35 0.69 0.20 30 0.59 0.53
Hex CD 86 3F 0 23 45 14 1E 3B 35
Octal 315 206 77 0 43 105 24 36 73 65
Binary 11001101 10000110 111111 0 100011 1000101 10100 11110 111011 110101

Color Harmonies of #CD863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD863F

Black with #CD863F

Text Example


Text Example

White with #CD863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD863F; }

 p { color: rgb(205,134,63); }

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

background-color css

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

 a { background-color: rgb(205,134,63); }

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

border-color css

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

 span { border-color: rgb(205,134,63); }

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