Html Css Color HEX #CF894B Peru

📋 copy color: '#CF894B'

red 207 ◦ green 137 ◦ blue 75

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

Shades of Peru #CF894B

Tints of Peru #CF894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 49.4%
G = 32.7%
B = 17.9%

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

#CF894B (or 0xCF894B) is known color: Peru. HEX triplet: CF, 89 and 4B. RGB value is (207,137,75). Sum of RGB (Red+Green+Blue) = 207+137+75=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF894B is #3076B4. Grayscale: #979797. Windows color (decimal): -3176117 or 4950479. OLE color: 4950479.

HSL color Cylindrical-coordinate representation of color #CF894B: hue angle of 28.18º 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 #CF894B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 75 -
CMYK 0 0.34 0.64 0.19
HSL 28.18º 0.58% 0.55% -
HSV(B) 28.18º 0.64% 0.81% -
XYZ 35.95 31.66 10.87 -
YUV 150.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 207 137 75 0 0.34 0.64 0.19 28.18 0.58 0.55
Hex CF 89 4B 0 22 40 13 1C 3A 37
Octal 317 211 113 0 42 100 23 34 72 67
Binary 11001111 10001001 1001011 0 100010 1000000 10011 11100 111010 110111

Color Harmonies of #CF894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF894B

Black with #CF894B

Text Example


Text Example

White with #CF894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF894B; }

 p { color: rgb(207,137,75); }

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

background-color css

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

 a { background-color: rgb(207,137,75); }

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

border-color css

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

 span { border-color: rgb(207,137,75); }

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