Html Css Color HEX #CC843C Peru

📋 copy color: '#CC843C'

red 204 ◦ green 132 ◦ blue 60

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

Shades of Peru #CC843C

Tints of Peru #CC843C

RGB

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

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

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

R = 51.52%
G = 33.33%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC843C (or 0xCC843C) is known color: Peru. HEX triplet: CC, 84 and 3C. RGB value is (204,132,60). Sum of RGB (Red+Green+Blue) = 204+132+60=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC843C is #337BC3. Grayscale: #919191. Windows color (decimal): -3374020 or 3966156. OLE color: 3966156.

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

Color convert

RGB 204 132 60 -
CMYK 0 0.35 0.71 0.2
HSL 30º 0.59% 0.52% -
HSV(B) 30º 0.71% 0.8% -
XYZ 33.97 29.67 8.21 -
YUV 145.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 204 132 60 0 0.35 0.71 0.2 30 0.59 0.52
Hex CC 84 3C 0 23 47 14 1E 3B 34
Octal 314 204 74 0 43 107 24 36 73 64
Binary 11001100 10000100 111100 0 100011 1000111 10100 11110 111011 110100

Color Harmonies of #CC843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC843C

Black with #CC843C

Text Example


Text Example

White with #CC843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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