Html Css Color HEX #CF8A41 Peru

📋 copy color: '#CF8A41'

red 207 ◦ green 138 ◦ blue 65

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

Shades of Peru #CF8A41

Tints of Peru #CF8A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 50.49%
G = 33.66%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8A41 (or 0xCF8A41) is known color: Peru. HEX triplet: CF, 8A and 41. RGB value is (207,138,65). Sum of RGB (Red+Green+Blue) = 207+138+65=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A41 is #3075BE. Grayscale: #969696. Windows color (decimal): -3175871 or 4295375. OLE color: 4295375.

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

Color convert

RGB 207 138 65 -
CMYK 0 0.33 0.69 0.19
HSL 30.85º 0.6% 0.53% -
HSV(B) 30.85º 0.69% 0.81% -
XYZ 35.77 31.82 9.26 -
YUV 150.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 207 138 65 0 0.33 0.69 0.19 30.85 0.6 0.53
Hex CF 8A 41 0 21 45 13 1F 3C 35
Octal 317 212 101 0 41 105 23 37 74 65
Binary 11001111 10001010 1000001 0 100001 1000101 10011 11111 111100 110101

Color Harmonies of #CF8A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A41

Black with #CF8A41

Text Example


Text Example

White with #CF8A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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