Html Css Color HEX #CF823C Peru

📋 copy color: '#CF823C'

red 207 ◦ green 130 ◦ blue 60

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

Shades of Peru #CF823C

Tints of Peru #CF823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 52.14%
G = 32.75%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF823C (or 0xCF823C) is known color: Peru. HEX triplet: CF, 82 and 3C. RGB value is (207,130,60). Sum of RGB (Red+Green+Blue) = 207+130+60=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF823C is #307DC3. Grayscale: #919191. Windows color (decimal): -3177924 or 3965647. OLE color: 3965647.

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

Color convert

RGB 207 130 60 -
CMYK 0 0.37 0.71 0.19
HSL 28.57º 0.6% 0.52% -
HSV(B) 28.57º 0.71% 0.81% -
XYZ 34.53 29.56 8.16 -
YUV 145.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 207 130 60 0 0.37 0.71 0.19 28.57 0.6 0.52
Hex CF 82 3C 0 25 47 13 1D 3C 34
Octal 317 202 74 0 45 107 23 35 74 64
Binary 11001111 10000010 111100 0 100101 1000111 10011 11101 111100 110100

Color Harmonies of #CF823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF823C

Black with #CF823C

Text Example


Text Example

White with #CF823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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