Html Css Color HEX #CF853A Peru

📋 copy color: '#CF853A'

red 207 ◦ green 133 ◦ blue 58

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

Shades of Peru #CF853A

Tints of Peru #CF853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 52.01%
G = 33.42%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF853A (or 0xCF853A) is known color: Peru. HEX triplet: CF, 85 and 3A. RGB value is (207,133,58). Sum of RGB (Red+Green+Blue) = 207+133+58=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF853A is #307AC5. Grayscale: #929292. Windows color (decimal): -3177158 or 3835343. OLE color: 3835343.

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

Color convert

RGB 207 133 58 -
CMYK 0 0.36 0.72 0.19
HSL 30.2º 0.61% 0.52% -
HSV(B) 30.2º 0.72% 0.81% -
XYZ 34.88 30.35 8.02 -
YUV 146.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 207 133 58 0 0.36 0.72 0.19 30.2 0.61 0.52
Hex CF 85 3A 0 24 48 13 1E 3D 34
Octal 317 205 72 0 44 110 23 36 75 64
Binary 11001111 10000101 111010 0 100100 1001000 10011 11110 111101 110100

Color Harmonies of #CF853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF853A

Black with #CF853A

Text Example


Text Example

White with #CF853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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