Html Css Color HEX #CF884A Peru

📋 copy color: '#CF884A'

red 207 ◦ green 136 ◦ blue 74

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

Shades of Peru #CF884A

Tints of Peru #CF884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.61%

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 49.64%
G = 32.61%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF884A (or 0xCF884A) is known color: Peru. HEX triplet: CF, 88 and 4A. RGB value is (207,136,74). Sum of RGB (Red+Green+Blue) = 207+136+74=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF884A is #3077B5. Grayscale: #969696. Windows color (decimal): -3176374 or 4884687. OLE color: 4884687.

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

Color convert

RGB 207 136 74 -
CMYK 0 0.34 0.64 0.19
HSL 27.97º 0.58% 0.55% -
HSV(B) 27.97º 0.64% 0.81% -
XYZ 35.77 31.37 10.65 -
YUV 150.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 207 136 74 0 0.34 0.64 0.19 27.97 0.58 0.55
Hex CF 88 4A 0 22 40 13 1C 3A 37
Octal 317 210 112 0 42 100 23 34 72 67
Binary 11001111 10001000 1001010 0 100010 1000000 10011 11100 111010 110111

Color Harmonies of #CF884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF884A

Black with #CF884A

Text Example


Text Example

White with #CF884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF884A; }

 p { color: rgb(207,136,74); }

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

background-color css

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

 a { background-color: rgb(207,136,74); }

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

border-color css

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

 span { border-color: rgb(207,136,74); }

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