Html Css Color HEX #CC813C Peru

📋 copy color: '#CC813C'

red 204 ◦ green 129 ◦ blue 60

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

Shades of Peru #CC813C

Tints of Peru #CC813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 51.91%
G = 32.82%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC813C (or 0xCC813C) is known color: Peru. HEX triplet: CC, 81 and 3C. RGB value is (204,129,60). Sum of RGB (Red+Green+Blue) = 204+129+60=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC813C is #337EC3. Grayscale: #8F8F8F. Windows color (decimal): -3374788 or 3965388. OLE color: 3965388.

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

Color convert

RGB 204 129 60 -
CMYK 0 0.37 0.71 0.2
HSL 28.75º 0.59% 0.52% -
HSV(B) 28.75º 0.71% 0.8% -
XYZ 33.57 28.86 8.08 -
YUV 143.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 204 129 60 0 0.37 0.71 0.2 28.75 0.59 0.52
Hex CC 81 3C 0 25 47 14 1D 3B 34
Octal 314 201 74 0 45 107 24 35 73 64
Binary 11001100 10000001 111100 0 100101 1000111 10100 11101 111011 110100

Color Harmonies of #CC813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC813C

Black with #CC813C

Text Example


Text Example

White with #CC813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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