Html Css Color HEX #CC833E Peru

📋 copy color: '#CC833E'

red 204 ◦ green 131 ◦ blue 62

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

Shades of Peru #CC833E

Tints of Peru #CC833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 51.39%
G = 33%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC833E (or 0xCC833E) is known color: Peru. HEX triplet: CC, 83 and 3E. RGB value is (204,131,62). Sum of RGB (Red+Green+Blue) = 204+131+62=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC833E is #337CC1. Grayscale: #919191. Windows color (decimal): -3374274 or 4096972. OLE color: 4096972.

HSL color Cylindrical-coordinate representation of color #CC833E: hue angle of 29.15º 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 #CC833E is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 62 -
CMYK 0 0.36 0.70 0.2
HSL 29.15º 0.58% 0.52% -
HSV(B) 29.15º 0.7% 0.8% -
XYZ 33.89 29.42 8.45 -
YUV 144.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 204 131 62 0 0.36 0.70 0.2 29.15 0.58 0.52
Hex CC 83 3E 0 24 46 14 1D 3A 34
Octal 314 203 76 0 44 106 24 35 72 64
Binary 11001100 10000011 111110 0 100100 1000110 10100 11101 111010 110100

Color Harmonies of #CC833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC833E

Black with #CC833E

Text Example


Text Example

White with #CC833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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