Html Css Color HEX #CA8748 Peru

📋 copy color: '#CA8748'

red 202 ◦ green 135 ◦ blue 72

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

Shades of Peru #CA8748

Tints of Peru #CA8748

RGB

 RED value IS 202 (79.3% from 255) = 49.39%

 GREEN value IS 135 (53.13% from 255) = 33.01%

 BLUE value IS 72 (28.52% from 255) = 17.6%

R = 49.39%
G = 33.01%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8748 (or 0xCA8748) is known color: Peru. HEX triplet: CA, 87 and 48. RGB value is (202,135,72). Sum of RGB (Red+Green+Blue) = 202+135+72=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8748 is #3578B7. Grayscale: #949494. Windows color (decimal): -3504312 or 4753354. OLE color: 4753354.

HSL color Cylindrical-coordinate representation of color #CA8748: hue angle of 29.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA8748 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 72 -
CMYK 0 0.33 0.64 0.21
HSL 29.08º 0.55% 0.54% -
HSV(B) 29.08º 0.64% 0.79% -
XYZ 34.19 30.35 10.19 -
YUV 147.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 202 135 72 0 0.33 0.64 0.21 29.08 0.55 0.54
Hex CA 87 48 0 21 40 15 1D 37 36
Octal 312 207 110 0 41 100 25 35 67 66
Binary 11001010 10000111 1001000 0 100001 1000000 10101 11101 110111 110110

Color Harmonies of #CA8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8748

Black with #CA8748

Text Example


Text Example

White with #CA8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8748; }

 p { color: rgb(202,135,72); }

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

background-color css

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

 a { background-color: rgb(202,135,72); }

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

border-color css

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

 span { border-color: rgb(202,135,72); }

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