Html Css Color HEX #CF8B48 Peru

📋 copy color: '#CF8B48'

red 207 ◦ green 139 ◦ blue 72

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

Shades of Peru #CF8B48

Tints of Peru #CF8B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 49.52%
G = 33.25%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8B48 (or 0xCF8B48) is known color: Peru. HEX triplet: CF, 8B and 48. RGB value is (207,139,72). Sum of RGB (Red+Green+Blue) = 207+139+72=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8B48 is #3074B7. Grayscale: #989898. Windows color (decimal): -3175608 or 4754383. OLE color: 4754383.

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

Color convert

RGB 207 139 72 -
CMYK 0 0.33 0.65 0.19
HSL 29.78º 0.58% 0.55% -
HSV(B) 29.78º 0.65% 0.81% -
XYZ 36.13 32.2 10.44 -
YUV 151.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 207 139 72 0 0.33 0.65 0.19 29.78 0.58 0.55
Hex CF 8B 48 0 21 41 13 1E 3A 37
Octal 317 213 110 0 41 101 23 36 72 67
Binary 11001111 10001011 1001000 0 100001 1000001 10011 11110 111010 110111

Color Harmonies of #CF8B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B48

Black with #CF8B48

Text Example


Text Example

White with #CF8B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B48; }

 p { color: rgb(207,139,72); }

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

background-color css

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

 a { background-color: rgb(207,139,72); }

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

border-color css

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

 span { border-color: rgb(207,139,72); }

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