Html Css Color HEX #CB893C Peru

📋 copy color: '#CB893C'

red 203 ◦ green 137 ◦ blue 60

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

Shades of Peru #CB893C

Tints of Peru #CB893C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15%

R = 50.75%
G = 34.25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB893C (or 0xCB893C) is known color: Peru. HEX triplet: CB, 89 and 3C. RGB value is (203,137,60). Sum of RGB (Red+Green+Blue) = 203+137+60=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB893C is #3476C3. Grayscale: #949494. Windows color (decimal): -3438276 or 3967435. OLE color: 3967435.

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

Color convert

RGB 203 137 60 -
CMYK 0 0.33 0.70 0.20
HSL 32.31º 0.58% 0.52% -
HSV(B) 32.31º 0.7% 0.8% -
XYZ 34.39 30.91 8.43 -
YUV 147.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 203 137 60 0 0.33 0.70 0.20 32.31 0.58 0.52
Hex CB 89 3C 0 21 46 14 20 3A 34
Octal 313 211 74 0 41 106 24 40 72 64
Binary 11001011 10001001 111100 0 100001 1000110 10100 100000 111010 110100

Color Harmonies of #CB893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB893C

Black with #CB893C

Text Example


Text Example

White with #CB893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB893C; }

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

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

background-color css

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

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

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

border-color css

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

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

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