Html Css Color HEX #CA8A4B Peru

📋 copy color: '#CA8A4B'

red 202 ◦ green 138 ◦ blue 75

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

Shades of Peru #CA8A4B

Tints of Peru #CA8A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 48.67%
G = 33.25%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA8A4B (or 0xCA8A4B) is known color: Peru. HEX triplet: CA, 8A and 4B. RGB value is (202,138,75). Sum of RGB (Red+Green+Blue) = 202+138+75=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A4B is #3575B4. Grayscale: #969696. Windows color (decimal): -3503541 or 4950730. OLE color: 4950730.

HSL color Cylindrical-coordinate representation of color #CA8A4B: hue angle of 29.76º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA8A4B is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 138 75 -
CMYK 0 0.32 0.63 0.21
HSL 29.76º 0.55% 0.54% -
HSV(B) 29.76º 0.63% 0.79% -
XYZ 34.72 31.24 10.86 -
YUV 149.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 202 138 75 0 0.32 0.63 0.21 29.76 0.55 0.54
Hex CA 8A 4B 0 20 3F 15 1E 37 36
Octal 312 212 113 0 40 77 25 36 67 66
Binary 11001010 10001010 1001011 0 100000 111111 10101 11110 110111 110110

Color Harmonies of #CA8A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A4B

Black with #CA8A4B

Text Example


Text Example

White with #CA8A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A4B; }

 p { color: rgb(202,138,75); }

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

background-color css

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

 a { background-color: rgb(202,138,75); }

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

border-color css

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

 span { border-color: rgb(202,138,75); }

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