Html Css Color HEX #CC813D Peru

📋 copy color: '#CC813D'

red 204 ◦ green 129 ◦ blue 61

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

Shades of Peru #CC813D

Tints of Peru #CC813D

RGB

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

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

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

R = 51.78%
G = 32.74%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC813D (or 0xCC813D) is known color: Peru. HEX triplet: CC, 81 and 3D. RGB value is (204,129,61). Sum of RGB (Red+Green+Blue) = 204+129+61=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC813D is #337EC2. Grayscale: #909090. Windows color (decimal): -3374787 or 4030924. OLE color: 4030924.

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

Color convert

RGB 204 129 61 -
CMYK 0 0.37 0.70 0.2
HSL 28.53º 0.58% 0.52% -
HSV(B) 28.53º 0.7% 0.8% -
XYZ 33.59 28.87 8.22 -
YUV 143.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 204 129 61 0 0.37 0.70 0.2 28.53 0.58 0.52
Hex CC 81 3D 0 25 46 14 1D 3A 34
Octal 314 201 75 0 45 106 24 35 72 64
Binary 11001100 10000001 111101 0 100101 1000110 10100 11101 111010 110100

Color Harmonies of #CC813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC813D

Black with #CC813D

Text Example


Text Example

White with #CC813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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