Html Css Color HEX #CA874E Peru

📋 copy color: '#CA874E'

red 202 ◦ green 135 ◦ blue 78

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

Shades of Peru #CA874E

Tints of Peru #CA874E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 48.67%
G = 32.53%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA874E (or 0xCA874E) is known color: Peru. HEX triplet: CA, 87 and 4E. RGB value is (202,135,78). Sum of RGB (Red+Green+Blue) = 202+135+78=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA874E is #3578B1. Grayscale: #949494. Windows color (decimal): -3504306 or 5146570. OLE color: 5146570.

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

Color convert

RGB 202 135 78 -
CMYK 0 0.33 0.61 0.21
HSL 27.58º 0.54% 0.55% -
HSV(B) 27.58º 0.61% 0.79% -
XYZ 34.4 30.43 11.27 -
YUV 148.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 202 135 78 0 0.33 0.61 0.21 27.58 0.54 0.55
Hex CA 87 4E 0 21 3D 15 1C 36 37
Octal 312 207 116 0 41 75 25 34 66 67
Binary 11001010 10000111 1001110 0 100001 111101 10101 11100 110110 110111

Color Harmonies of #CA874E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA874E

Black with #CA874E

Text Example


Text Example

White with #CA874E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA874E; }

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

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

background-color css

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

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

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

border-color css

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

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

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