Html Css Color HEX #CC853F Peru

📋 copy color: '#CC853F'

red 204 ◦ green 133 ◦ blue 63

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

Shades of Peru #CC853F

Tints of Peru #CC853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 51%
G = 33.25%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC853F (or 0xCC853F) is known color: Peru. HEX triplet: CC, 85 and 3F. RGB value is (204,133,63). Sum of RGB (Red+Green+Blue) = 204+133+63=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC853F is #337AC0. Grayscale: #929292. Windows color (decimal): -3373761 or 4163020. OLE color: 4163020.

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

Color convert

RGB 204 133 63 -
CMYK 0 0.35 0.69 0.2
HSL 29.79º 0.58% 0.52% -
HSV(B) 29.79º 0.69% 0.8% -
XYZ 34.19 29.97 8.69 -
YUV 146.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 204 133 63 0 0.35 0.69 0.2 29.79 0.58 0.52
Hex CC 85 3F 0 23 45 14 1E 3A 34
Octal 314 205 77 0 43 105 24 36 72 64
Binary 11001100 10000101 111111 0 100011 1000101 10100 11110 111010 110100

Color Harmonies of #CC853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC853F

Black with #CC853F

Text Example


Text Example

White with #CC853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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