Html Css Color HEX #CF893A Peru

📋 copy color: '#CF893A'

red 207 ◦ green 137 ◦ blue 58

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

Shades of Peru #CF893A

Tints of Peru #CF893A

RGB

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

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

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

R = 51.49%
G = 34.08%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF893A (or 0xCF893A) is known color: Peru. HEX triplet: CF, 89 and 3A. RGB value is (207,137,58). Sum of RGB (Red+Green+Blue) = 207+137+58=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF893A is #3076C5. Grayscale: #959595. Windows color (decimal): -3176134 or 3836367. OLE color: 3836367.

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

Color convert

RGB 207 137 58 -
CMYK 0 0.34 0.72 0.19
HSL 31.81º 0.61% 0.52% -
HSV(B) 31.81º 0.72% 0.81% -
XYZ 35.44 31.46 8.21 -
YUV 148.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 207 137 58 0 0.34 0.72 0.19 31.81 0.61 0.52
Hex CF 89 3A 0 22 48 13 20 3D 34
Octal 317 211 72 0 42 110 23 40 75 64
Binary 11001111 10001001 111010 0 100010 1001000 10011 100000 111101 110100

Color Harmonies of #CF893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF893A

Black with #CF893A

Text Example


Text Example

White with #CF893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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