Html Css Color HEX #CD883F Peru

📋 copy color: '#CD883F'

red 205 ◦ green 136 ◦ blue 63

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

Shades of Peru #CD883F

Tints of Peru #CD883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 50.74%
G = 33.66%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD883F (or 0xCD883F) is known color: Peru. HEX triplet: CD, 88 and 3F. RGB value is (205,136,63). Sum of RGB (Red+Green+Blue) = 205+136+63=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD883F is #3277C0. Grayscale: #949494. Windows color (decimal): -3307457 or 4163789. OLE color: 4163789.

HSL color Cylindrical-coordinate representation of color #CD883F: hue angle of 30.85º 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 #CD883F is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 63 -
CMYK 0 0.34 0.69 0.20
HSL 30.85º 0.59% 0.53% -
HSV(B) 30.85º 0.69% 0.8% -
XYZ 34.88 30.95 8.84 -
YUV 148.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 205 136 63 0 0.34 0.69 0.20 30.85 0.59 0.53
Hex CD 88 3F 0 22 45 14 1F 3B 35
Octal 315 210 77 0 42 105 24 37 73 65
Binary 11001101 10001000 111111 0 100010 1000101 10100 11111 111011 110101

Color Harmonies of #CD883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD883F

Black with #CD883F

Text Example


Text Example

White with #CD883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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