Html Css Color HEX #CF853C Peru

📋 copy color: '#CF853C'

red 207 ◦ green 133 ◦ blue 60

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

Shades of Peru #CF853C

Tints of Peru #CF853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15%

R = 51.75%
G = 33.25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF853C (or 0xCF853C) is known color: Peru. HEX triplet: CF, 85 and 3C. RGB value is (207,133,60). Sum of RGB (Red+Green+Blue) = 207+133+60=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF853C is #307AC3. Grayscale: #939393. Windows color (decimal): -3177156 or 3966415. OLE color: 3966415.

HSL color Cylindrical-coordinate representation of color #CF853C: hue angle of 29.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF853C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 60 -
CMYK 0 0.36 0.71 0.19
HSL 29.8º 0.6% 0.52% -
HSV(B) 29.8º 0.71% 0.81% -
XYZ 34.94 30.37 8.3 -
YUV 146.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 207 133 60 0 0.36 0.71 0.19 29.8 0.6 0.52
Hex CF 85 3C 0 24 47 13 1E 3C 34
Octal 317 205 74 0 44 107 23 36 74 64
Binary 11001111 10000101 111100 0 100100 1000111 10011 11110 111100 110100

Color Harmonies of #CF853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF853C

Black with #CF853C

Text Example


Text Example

White with #CF853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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