Html Css Color HEX #CA833C Peru

📋 copy color: '#CA833C'

red 202 ◦ green 131 ◦ blue 60

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

Shades of Peru #CA833C

Tints of Peru #CA833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 51.4%
G = 33.33%
B = 15.27%

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

#CA833C (or 0xCA833C) is known color: Peru. HEX triplet: CA, 83 and 3C. RGB value is (202,131,60). Sum of RGB (Red+Green+Blue) = 202+131+60=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA833C is #357CC3. Grayscale: #909090. Windows color (decimal): -3505348 or 3965898. OLE color: 3965898.

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

Color convert

RGB 202 131 60 -
CMYK 0 0.35 0.70 0.21
HSL 30º 0.57% 0.51% -
HSV(B) 30º 0.7% 0.79% -
XYZ 33.29 29.12 8.14 -
YUV 144.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 202 131 60 0 0.35 0.70 0.21 30 0.57 0.51
Hex CA 83 3C 0 23 46 15 1E 39 33
Octal 312 203 74 0 43 106 25 36 71 63
Binary 11001010 10000011 111100 0 100011 1000110 10101 11110 111001 110011

Color Harmonies of #CA833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA833C

Black with #CA833C

Text Example


Text Example

White with #CA833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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