Html Css Color HEX #CC853D Peru

📋 copy color: '#CC853D'

red 204 ◦ green 133 ◦ blue 61

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

Shades of Peru #CC853D

Tints of Peru #CC853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 51.26%
G = 33.42%
B = 15.33%

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

#CC853D (or 0xCC853D) is known color: Peru. HEX triplet: CC, 85 and 3D. RGB value is (204,133,61). Sum of RGB (Red+Green+Blue) = 204+133+61=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC853D is #337AC2. Grayscale: #929292. Windows color (decimal): -3373763 or 4031948. OLE color: 4031948.

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

Color convert

RGB 204 133 61 -
CMYK 0 0.35 0.70 0.2
HSL 30.21º 0.58% 0.52% -
HSV(B) 30.21º 0.7% 0.8% -
XYZ 34.13 29.95 8.4 -
YUV 146.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 204 133 61 0 0.35 0.70 0.2 30.21 0.58 0.52
Hex CC 85 3D 0 23 46 14 1E 3A 34
Octal 314 205 75 0 43 106 24 36 72 64
Binary 11001100 10000101 111101 0 100011 1000110 10100 11110 111010 110100

Color Harmonies of #CC853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC853D

Black with #CC853D

Text Example


Text Example

White with #CC853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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