Html Css Color HEX #CB894E Peru

📋 copy color: '#CB894E'

red 203 ◦ green 137 ◦ blue 78

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

Shades of Peru #CB894E

Tints of Peru #CB894E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 48.56%
G = 32.78%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB894E (or 0xCB894E) is known color: Peru. HEX triplet: CB, 89 and 4E. RGB value is (203,137,78). Sum of RGB (Red+Green+Blue) = 203+137+78=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB894E is #3476B1. Grayscale: #969696. Windows color (decimal): -3438258 or 5147083. OLE color: 5147083.

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

Color convert

RGB 203 137 78 -
CMYK 0 0.33 0.62 0.20
HSL 28.32º 0.55% 0.55% -
HSV(B) 28.32º 0.62% 0.8% -
XYZ 34.95 31.14 11.38 -
YUV 150.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 203 137 78 0 0.33 0.62 0.20 28.32 0.55 0.55
Hex CB 89 4E 0 21 3E 14 1C 37 37
Octal 313 211 116 0 41 76 24 34 67 67
Binary 11001011 10001001 1001110 0 100001 111110 10100 11100 110111 110111

Color Harmonies of #CB894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB894E

Black with #CB894E

Text Example


Text Example

White with #CB894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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