Html Css Color HEX #CA883E Peru

📋 copy color: '#CA883E'

red 202 ◦ green 136 ◦ blue 62

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

Shades of Peru #CA883E

Tints of Peru #CA883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 50.5%
G = 34%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA883E (or 0xCA883E) is known color: Peru. HEX triplet: CA, 88 and 3E. RGB value is (202,136,62). Sum of RGB (Red+Green+Blue) = 202+136+62=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA883E is #3577C1. Grayscale: #939393. Windows color (decimal): -3504066 or 4098250. OLE color: 4098250.

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

Color convert

RGB 202 136 62 -
CMYK 0 0.33 0.69 0.21
HSL 31.71º 0.57% 0.52% -
HSV(B) 31.71º 0.69% 0.79% -
XYZ 34.03 30.51 8.65 -
YUV 147.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 202 136 62 0 0.33 0.69 0.21 31.71 0.57 0.52
Hex CA 88 3E 0 21 45 15 20 39 34
Octal 312 210 76 0 41 105 25 40 71 64
Binary 11001010 10001000 111110 0 100001 1000101 10101 100000 111001 110100

Color Harmonies of #CA883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA883E

Black with #CA883E

Text Example


Text Example

White with #CA883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA883E; }

 p { color: rgb(202,136,62); }

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

background-color css

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

 a { background-color: rgb(202,136,62); }

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

border-color css

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

 span { border-color: rgb(202,136,62); }

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