Html Css Color HEX #CA853C Peru

📋 copy color: '#CA853C'

red 202 ◦ green 133 ◦ blue 60

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

Shades of Peru #CA853C

Tints of Peru #CA853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 51.14%
G = 33.67%
B = 15.19%

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

#CA853C (or 0xCA853C) is known color: Peru. HEX triplet: CA, 85 and 3C. RGB value is (202,133,60). Sum of RGB (Red+Green+Blue) = 202+133+60=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA853C is #357AC3. Grayscale: #919191. Windows color (decimal): -3504836 or 3966410. OLE color: 3966410.

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

Color convert

RGB 202 133 60 -
CMYK 0 0.34 0.70 0.21
HSL 30.85º 0.57% 0.51% -
HSV(B) 30.85º 0.7% 0.79% -
XYZ 33.56 29.66 8.23 -
YUV 145.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 202 133 60 0 0.34 0.70 0.21 30.85 0.57 0.51
Hex CA 85 3C 0 22 46 15 1F 39 33
Octal 312 205 74 0 42 106 25 37 71 63
Binary 11001010 10000101 111100 0 100010 1000110 10101 11111 111001 110011

Color Harmonies of #CA853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA853C

Black with #CA853C

Text Example


Text Example

White with #CA853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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