Html Css Color HEX #CA7D3F Peru

📋 copy color: '#CA7D3F'

red 202 ◦ green 125 ◦ blue 63

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

Shades of Peru #CA7D3F

Tints of Peru #CA7D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 51.79%
G = 32.05%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA7D3F (or 0xCA7D3F) is known color: Peru. HEX triplet: CA, 7D and 3F. RGB value is (202,125,63). Sum of RGB (Red+Green+Blue) = 202+125+63=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D3F is #3582C0. Grayscale: #8D8D8D. Windows color (decimal): -3506881 or 4160970. OLE color: 4160970.

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

Color convert

RGB 202 125 63 -
CMYK 0 0.38 0.69 0.21
HSL 26.76º 0.57% 0.52% -
HSV(B) 26.76º 0.69% 0.79% -
XYZ 32.59 27.58 8.31 -
YUV 140.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 202 125 63 0 0.38 0.69 0.21 26.76 0.57 0.52
Hex CA 7D 3F 0 26 45 15 1B 39 34
Octal 312 175 77 0 46 105 25 33 71 64
Binary 11001010 1111101 111111 0 100110 1000101 10101 11011 111001 110100

Color Harmonies of #CA7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D3F

Black with #CA7D3F

Text Example


Text Example

White with #CA7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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