Html Css Color HEX #CC843E Peru

📋 copy color: '#CC843E'

red 204 ◦ green 132 ◦ blue 62

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

Shades of Peru #CC843E

Tints of Peru #CC843E

RGB

 RED value IS 204 (80.08% from 255) = 51.26%

 GREEN value IS 132 (51.95% from 255) = 33.17%

 BLUE value IS 62 (24.61% from 255) = 15.58%

R = 51.26%
G = 33.17%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC843E (or 0xCC843E) is known color: Peru. HEX triplet: CC, 84 and 3E. RGB value is (204,132,62). Sum of RGB (Red+Green+Blue) = 204+132+62=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC843E is #337BC1. Grayscale: #919191. Windows color (decimal): -3374018 or 4097228. OLE color: 4097228.

HSL color Cylindrical-coordinate representation of color #CC843E: hue angle of 29.58º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC843E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 62 -
CMYK 0 0.35 0.70 0.2
HSL 29.58º 0.58% 0.52% -
HSV(B) 29.58º 0.7% 0.8% -
XYZ 34.02 29.69 8.49 -
YUV 145.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 204 132 62 0 0.35 0.70 0.2 29.58 0.58 0.52
Hex CC 84 3E 0 23 46 14 1E 3A 34
Octal 314 204 76 0 43 106 24 36 72 64
Binary 11001100 10000100 111110 0 100011 1000110 10100 11110 111010 110100

Color Harmonies of #CC843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC843E

Black with #CC843E

Text Example


Text Example

White with #CC843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC843E; }

 p { color: rgb(204,132,62); }

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

background-color css

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

 a { background-color: rgb(204,132,62); }

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

border-color css

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

 span { border-color: rgb(204,132,62); }

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