Html Css Color HEX #CA883F Peru

📋 copy color: '#CA883F'

red 202 ◦ green 136 ◦ blue 63

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

Shades of Peru #CA883F

Tints of Peru #CA883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 50.37%
G = 33.92%
B = 15.71%

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

#CA883F (or 0xCA883F) is known color: Peru. HEX triplet: CA, 88 and 3F. RGB value is (202,136,63). Sum of RGB (Red+Green+Blue) = 202+136+63=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA883F is #3577C0. Grayscale: #939393. Windows color (decimal): -3504065 or 4163786. OLE color: 4163786.

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

Color convert

RGB 202 136 63 -
CMYK 0 0.33 0.69 0.21
HSL 31.51º 0.57% 0.52% -
HSV(B) 31.51º 0.69% 0.79% -
XYZ 34.06 30.52 8.8 -
YUV 147.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 202 136 63 0 0.33 0.69 0.21 31.51 0.57 0.52
Hex CA 88 3F 0 21 45 15 20 39 34
Octal 312 210 77 0 41 105 25 40 71 64
Binary 11001010 10001000 111111 0 100001 1000101 10101 100000 111001 110100

Color Harmonies of #CA883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA883F

Black with #CA883F

Text Example


Text Example

White with #CA883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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