Html Css Color HEX #CB883F Peru

📋 copy color: '#CB883F'

red 203 ◦ green 136 ◦ blue 63

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

Shades of Peru #CB883F

Tints of Peru #CB883F

RGB

 RED value IS 203 (79.69% from 255) = 50.5%

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

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

R = 50.5%
G = 33.83%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB883F (or 0xCB883F) is known color: Peru. HEX triplet: CB, 88 and 3F. RGB value is (203,136,63). Sum of RGB (Red+Green+Blue) = 203+136+63=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB883F is #3477C0. Grayscale: #949494. Windows color (decimal): -3438529 or 4163787. OLE color: 4163787.

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

Color convert

RGB 203 136 63 -
CMYK 0 0.33 0.69 0.20
HSL 31.29º 0.57% 0.52% -
HSV(B) 31.29º 0.69% 0.8% -
XYZ 34.33 30.66 8.81 -
YUV 147.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 203 136 63 0 0.33 0.69 0.20 31.29 0.57 0.52
Hex CB 88 3F 0 21 45 14 1F 39 34
Octal 313 210 77 0 41 105 24 37 71 64
Binary 11001011 10001000 111111 0 100001 1000101 10100 11111 111001 110100

Color Harmonies of #CB883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB883F

Black with #CB883F

Text Example


Text Example

White with #CB883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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