Html Css Color HEX #CF8A3A Peru

📋 copy color: '#CF8A3A'

red 207 ◦ green 138 ◦ blue 58

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

Shades of Peru #CF8A3A

Tints of Peru #CF8A3A

RGB

 RED value IS 207 (81.25% from 255) = 51.36%

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

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 51.36%
G = 34.24%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF8A3A (or 0xCF8A3A) is known color: Peru. HEX triplet: CF, 8A and 3A. RGB value is (207,138,58). Sum of RGB (Red+Green+Blue) = 207+138+58=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A3A is #3075C5. Grayscale: #959595. Windows color (decimal): -3175878 or 3836623. OLE color: 3836623.

HSL color Cylindrical-coordinate representation of color #CF8A3A: hue angle of 32.21º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF8A3A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 58 -
CMYK 0 0.33 0.72 0.19
HSL 32.21º 0.61% 0.52% -
HSV(B) 32.21º 0.72% 0.81% -
XYZ 35.58 31.75 8.26 -
YUV 149.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 207 138 58 0 0.33 0.72 0.19 32.21 0.61 0.52
Hex CF 8A 3A 0 21 48 13 20 3D 34
Octal 317 212 72 0 41 110 23 40 75 64
Binary 11001111 10001010 111010 0 100001 1001000 10011 100000 111101 110100

Color Harmonies of #CF8A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A3A

Black with #CF8A3A

Text Example


Text Example

White with #CF8A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A3A; }

 p { color: rgb(207,138,58); }

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

background-color css

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

 a { background-color: rgb(207,138,58); }

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

border-color css

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

 span { border-color: rgb(207,138,58); }

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