Html Css Color HEX #CA8648 Peru

📋 copy color: '#CA8648'

red 202 ◦ green 134 ◦ blue 72

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

Shades of Peru #CA8648

Tints of Peru #CA8648

RGB

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

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

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

R = 49.51%
G = 32.84%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8648 (or 0xCA8648) is known color: Peru. HEX triplet: CA, 86 and 48. RGB value is (202,134,72). Sum of RGB (Red+Green+Blue) = 202+134+72=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8648 is #3579B7. Grayscale: #939393. Windows color (decimal): -3504568 or 4753098. OLE color: 4753098.

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

Color convert

RGB 202 134 72 -
CMYK 0 0.34 0.64 0.21
HSL 28.62º 0.55% 0.54% -
HSV(B) 28.62º 0.64% 0.79% -
XYZ 34.05 30.07 10.14 -
YUV 147.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 202 134 72 0 0.34 0.64 0.21 28.62 0.55 0.54
Hex CA 86 48 0 22 40 15 1D 37 36
Octal 312 206 110 0 42 100 25 35 67 66
Binary 11001010 10000110 1001000 0 100010 1000000 10101 11101 110111 110110

Color Harmonies of #CA8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8648

Black with #CA8648

Text Example


Text Example

White with #CA8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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