Html Css Color HEX #CC883F Peru

📋 copy color: '#CC883F'

red 204 ◦ green 136 ◦ blue 63

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

Shades of Peru #CC883F

Tints of Peru #CC883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 50.62%
G = 33.75%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC883F (or 0xCC883F) is known color: Peru. HEX triplet: CC, 88 and 3F. RGB value is (204,136,63). Sum of RGB (Red+Green+Blue) = 204+136+63=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC883F is #3377C0. Grayscale: #949494. Windows color (decimal): -3372993 or 4163788. OLE color: 4163788.

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

Color convert

RGB 204 136 63 -
CMYK 0 0.33 0.69 0.2
HSL 31.06º 0.58% 0.52% -
HSV(B) 31.06º 0.69% 0.8% -
XYZ 34.6 30.8 8.82 -
YUV 148.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 204 136 63 0 0.33 0.69 0.2 31.06 0.58 0.52
Hex CC 88 3F 0 21 45 14 1F 3A 34
Octal 314 210 77 0 41 105 24 37 72 64
Binary 11001100 10001000 111111 0 100001 1000101 10100 11111 111010 110100

Color Harmonies of #CC883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC883F

Black with #CC883F

Text Example


Text Example

White with #CC883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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