Html Css Color HEX #CF823D Peru

📋 copy color: '#CF823D'

red 207 ◦ green 130 ◦ blue 61

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

Shades of Peru #CF823D

Tints of Peru #CF823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 52.01%
G = 32.66%
B = 15.33%

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

#CF823D (or 0xCF823D) is known color: Peru. HEX triplet: CF, 82 and 3D. RGB value is (207,130,61). Sum of RGB (Red+Green+Blue) = 207+130+61=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF823D is #307DC2. Grayscale: #919191. Windows color (decimal): -3177923 or 4031183. OLE color: 4031183.

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

Color convert

RGB 207 130 61 -
CMYK 0 0.37 0.71 0.19
HSL 28.36º 0.6% 0.53% -
HSV(B) 28.36º 0.71% 0.81% -
XYZ 34.56 29.57 8.3 -
YUV 145.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 207 130 61 0 0.37 0.71 0.19 28.36 0.6 0.53
Hex CF 82 3D 0 25 47 13 1C 3C 35
Octal 317 202 75 0 45 107 23 34 74 65
Binary 11001111 10000010 111101 0 100101 1000111 10011 11100 111100 110101

Color Harmonies of #CF823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF823D

Black with #CF823D

Text Example


Text Example

White with #CF823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF823D; }

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

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

background-color css

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

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

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

border-color css

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

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

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