Html Css Color HEX #CA833F Peru

📋 copy color: '#CA833F'

red 202 ◦ green 131 ◦ blue 63

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

Shades of Peru #CA833F

Tints of Peru #CA833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.91%

R = 51.01%
G = 33.08%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA833F (or 0xCA833F) is known color: Peru. HEX triplet: CA, 83 and 3F. RGB value is (202,131,63). Sum of RGB (Red+Green+Blue) = 202+131+63=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA833F is #357CC0. Grayscale: #909090. Windows color (decimal): -3505345 or 4162506. OLE color: 4162506.

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

Color convert

RGB 202 131 63 -
CMYK 0 0.35 0.69 0.21
HSL 29.35º 0.57% 0.52% -
HSV(B) 29.35º 0.69% 0.79% -
XYZ 33.37 29.15 8.57 -
YUV 144.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 202 131 63 0 0.35 0.69 0.21 29.35 0.57 0.52
Hex CA 83 3F 0 23 45 15 1D 39 34
Octal 312 203 77 0 43 105 25 35 71 64
Binary 11001010 10000011 111111 0 100011 1000101 10101 11101 111001 110100

Color Harmonies of #CA833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA833F

Black with #CA833F

Text Example


Text Example

White with #CA833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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