Html Css Color HEX #CF7E3C Peru

📋 copy color: '#CF7E3C'

red 207 ◦ green 126 ◦ blue 60

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

Shades of Peru #CF7E3C

Tints of Peru #CF7E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.06%

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

R = 52.67%
G = 32.06%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF7E3C (or 0xCF7E3C) is known color: Peru. HEX triplet: CF, 7E and 3C. RGB value is (207,126,60). Sum of RGB (Red+Green+Blue) = 207+126+60=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E3C is #3081C3. Grayscale: #8F8F8F. Windows color (decimal): -3178948 or 3964623. OLE color: 3964623.

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

Color convert

RGB 207 126 60 -
CMYK 0 0.39 0.71 0.19
HSL 26.94º 0.6% 0.52% -
HSV(B) 26.94º 0.71% 0.81% -
XYZ 34.01 28.51 7.99 -
YUV 142.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 207 126 60 0 0.39 0.71 0.19 26.94 0.6 0.52
Hex CF 7E 3C 0 27 47 13 1B 3C 34
Octal 317 176 74 0 47 107 23 33 74 64
Binary 11001111 1111110 111100 0 100111 1000111 10011 11011 111100 110100

Color Harmonies of #CF7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E3C

Black with #CF7E3C

Text Example


Text Example

White with #CF7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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