Html Css Color HEX #CB894C Peru

📋 copy color: '#CB894C'

red 203 ◦ green 137 ◦ blue 76

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

Shades of Peru #CB894C

Tints of Peru #CB894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.93%

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 48.8%
G = 32.93%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB894C (or 0xCB894C) is known color: Peru. HEX triplet: CB, 89 and 4C. RGB value is (203,137,76). Sum of RGB (Red+Green+Blue) = 203+137+76=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB894C is #3476B3. Grayscale: #969696. Windows color (decimal): -3438260 or 5016011. OLE color: 5016011.

HSL color Cylindrical-coordinate representation of color #CB894C: hue angle of 28.82º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB894C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 76 -
CMYK 0 0.33 0.63 0.20
HSL 28.82º 0.55% 0.55% -
HSV(B) 28.82º 0.63% 0.8% -
XYZ 34.88 31.11 11 -
YUV 149.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 203 137 76 0 0.33 0.63 0.20 28.82 0.55 0.55
Hex CB 89 4C 0 21 3F 14 1D 37 37
Octal 313 211 114 0 41 77 24 35 67 67
Binary 11001011 10001001 1001100 0 100001 111111 10100 11101 110111 110111

Color Harmonies of #CB894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB894C

Black with #CB894C

Text Example


Text Example

White with #CB894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB894C; }

 p { color: rgb(203,137,76); }

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

background-color css

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

 a { background-color: rgb(203,137,76); }

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

border-color css

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

 span { border-color: rgb(203,137,76); }

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