Html Css Color HEX #CA843C Peru

📋 copy color: '#CA843C'

red 202 ◦ green 132 ◦ blue 60

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

Shades of Peru #CA843C

Tints of Peru #CA843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 51.27%
G = 33.5%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA843C (or 0xCA843C) is known color: Peru. HEX triplet: CA, 84 and 3C. RGB value is (202,132,60). Sum of RGB (Red+Green+Blue) = 202+132+60=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA843C is #357BC3. Grayscale: #919191. Windows color (decimal): -3505092 or 3966154. OLE color: 3966154.

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

Color convert

RGB 202 132 60 -
CMYK 0 0.35 0.70 0.21
HSL 30.42º 0.57% 0.51% -
HSV(B) 30.42º 0.7% 0.79% -
XYZ 33.42 29.39 8.19 -
YUV 144.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 202 132 60 0 0.35 0.70 0.21 30.42 0.57 0.51
Hex CA 84 3C 0 23 46 15 1E 39 33
Octal 312 204 74 0 43 106 25 36 71 63
Binary 11001010 10000100 111100 0 100011 1000110 10101 11110 111001 110011

Color Harmonies of #CA843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA843C

Black with #CA843C

Text Example


Text Example

White with #CA843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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