Html Css Color HEX #CF873C Peru

📋 copy color: '#CF873C'

red 207 ◦ green 135 ◦ blue 60

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

Shades of Peru #CF873C

Tints of Peru #CF873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

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

R = 51.49%
G = 33.58%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF873C (or 0xCF873C) is known color: Peru. HEX triplet: CF, 87 and 3C. RGB value is (207,135,60). Sum of RGB (Red+Green+Blue) = 207+135+60=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF873C is #3078C3. Grayscale: #949494. Windows color (decimal): -3176644 or 3966927. OLE color: 3966927.

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

Color convert

RGB 207 135 60 -
CMYK 0 0.35 0.71 0.19
HSL 30.61º 0.6% 0.52% -
HSV(B) 30.61º 0.71% 0.81% -
XYZ 35.21 30.92 8.39 -
YUV 147.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 207 135 60 0 0.35 0.71 0.19 30.61 0.6 0.52
Hex CF 87 3C 0 23 47 13 1F 3C 34
Octal 317 207 74 0 43 107 23 37 74 64
Binary 11001111 10000111 111100 0 100011 1000111 10011 11111 111100 110100

Color Harmonies of #CF873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF873C

Black with #CF873C

Text Example


Text Example

White with #CF873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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