Html Css Color HEX #CA883A Peru

📋 copy color: '#CA883A'

red 202 ◦ green 136 ◦ blue 58

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

Shades of Peru #CA883A

Tints of Peru #CA883A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 51.01%
G = 34.34%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA883A (or 0xCA883A) is known color: Peru. HEX triplet: CA, 88 and 3A. RGB value is (202,136,58). Sum of RGB (Red+Green+Blue) = 202+136+58=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA883A is #3577C5. Grayscale: #939393. Windows color (decimal): -3504070 or 3836106. OLE color: 3836106.

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

Color convert

RGB 202 136 58 -
CMYK 0 0.33 0.71 0.21
HSL 32.5º 0.58% 0.51% -
HSV(B) 32.5º 0.71% 0.79% -
XYZ 33.93 30.47 8.1 -
YUV 146.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 202 136 58 0 0.33 0.71 0.21 32.5 0.58 0.51
Hex CA 88 3A 0 21 47 15 20 3A 33
Octal 312 210 72 0 41 107 25 40 72 63
Binary 11001010 10001000 111010 0 100001 1000111 10101 100000 111010 110011

Color Harmonies of #CA883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA883A

Black with #CA883A

Text Example


Text Example

White with #CA883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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