Html Css Color HEX #CD894C Peru

📋 copy color: '#CD894C'

red 205 ◦ green 137 ◦ blue 76

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

Shades of Peru #CD894C

Tints of Peru #CD894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.78%

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 49.04%
G = 32.78%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD894C (or 0xCD894C) is known color: Peru. HEX triplet: CD, 89 and 4C. RGB value is (205,137,76). Sum of RGB (Red+Green+Blue) = 205+137+76=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD894C is #3276B3. Grayscale: #969696. Windows color (decimal): -3307188 or 5016013. OLE color: 5016013.

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

Color convert

RGB 205 137 76 -
CMYK 0 0.33 0.63 0.20
HSL 28.37º 0.56% 0.55% -
HSV(B) 28.37º 0.63% 0.8% -
XYZ 35.43 31.39 11.03 -
YUV 150.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 205 137 76 0 0.33 0.63 0.20 28.37 0.56 0.55
Hex CD 89 4C 0 21 3F 14 1C 38 37
Octal 315 211 114 0 41 77 24 34 70 67
Binary 11001101 10001001 1001100 0 100001 111111 10100 11100 111000 110111

Color Harmonies of #CD894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD894C

Black with #CD894C

Text Example


Text Example

White with #CD894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD894C; }

 p { color: rgb(205,137,76); }

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

background-color css

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

 a { background-color: rgb(205,137,76); }

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

border-color css

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

 span { border-color: rgb(205,137,76); }

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