Html Css Color HEX #CA853D Peru

📋 copy color: '#CA853D'

red 202 ◦ green 133 ◦ blue 61

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

Shades of Peru #CA853D

Tints of Peru #CA853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 51.01%
G = 33.59%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA853D (or 0xCA853D) is known color: Peru. HEX triplet: CA, 85 and 3D. RGB value is (202,133,61). Sum of RGB (Red+Green+Blue) = 202+133+61=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA853D is #357AC2. Grayscale: #919191. Windows color (decimal): -3504835 or 4031946. OLE color: 4031946.

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

Color convert

RGB 202 133 61 -
CMYK 0 0.34 0.70 0.21
HSL 30.64º 0.57% 0.52% -
HSV(B) 30.64º 0.7% 0.79% -
XYZ 33.59 29.67 8.37 -
YUV 145.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 202 133 61 0 0.34 0.70 0.21 30.64 0.57 0.52
Hex CA 85 3D 0 22 46 15 1F 39 34
Octal 312 205 75 0 42 106 25 37 71 64
Binary 11001010 10000101 111101 0 100010 1000110 10101 11111 111001 110100

Color Harmonies of #CA853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA853D

Black with #CA853D

Text Example


Text Example

White with #CA853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA853D; }

 p { color: rgb(202,133,61); }

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

background-color css

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

 a { background-color: rgb(202,133,61); }

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

border-color css

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

 span { border-color: rgb(202,133,61); }

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