Html Css Color HEX #CA853B Peru

📋 copy color: '#CA853B'

red 202 ◦ green 133 ◦ blue 59

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

Shades of Peru #CA853B

Tints of Peru #CA853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.97%

R = 51.27%
G = 33.76%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA853B (or 0xCA853B) is known color: Peru. HEX triplet: CA, 85 and 3B. RGB value is (202,133,59). Sum of RGB (Red+Green+Blue) = 202+133+59=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA853B is #357AC4. Grayscale: #919191. Windows color (decimal): -3504837 or 3900874. OLE color: 3900874.

HSL color Cylindrical-coordinate representation of color #CA853B: hue angle of 31.05º degrees, saturation: 0.57, 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 #CA853B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 59 -
CMYK 0 0.34 0.71 0.21
HSL 31.05º 0.57% 0.51% -
HSV(B) 31.05º 0.71% 0.79% -
XYZ 33.53 29.65 8.09 -
YUV 145.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 202 133 59 0 0.34 0.71 0.21 31.05 0.57 0.51
Hex CA 85 3B 0 22 47 15 1F 39 33
Octal 312 205 73 0 42 107 25 37 71 63
Binary 11001010 10000101 111011 0 100010 1000111 10101 11111 111001 110011

Color Harmonies of #CA853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA853B

Black with #CA853B

Text Example


Text Example

White with #CA853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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