Html Css Color HEX #CB873C Peru

📋 copy color: '#CB873C'

red 203 ◦ green 135 ◦ blue 60

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

Shades of Peru #CB873C

Tints of Peru #CB873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

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

R = 51.01%
G = 33.92%
B = 15.08%

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

#CB873C (or 0xCB873C) is known color: Peru. HEX triplet: CB, 87 and 3C. RGB value is (203,135,60). Sum of RGB (Red+Green+Blue) = 203+135+60=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB873C is #3478C3. Grayscale: #939393. Windows color (decimal): -3438788 or 3966923. OLE color: 3966923.

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

Color convert

RGB 203 135 60 -
CMYK 0 0.33 0.70 0.20
HSL 31.47º 0.58% 0.52% -
HSV(B) 31.47º 0.7% 0.8% -
XYZ 34.11 30.35 8.34 -
YUV 146.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 203 135 60 0 0.33 0.70 0.20 31.47 0.58 0.52
Hex CB 87 3C 0 21 46 14 1F 3A 34
Octal 313 207 74 0 41 106 24 37 72 64
Binary 11001011 10000111 111100 0 100001 1000110 10100 11111 111010 110100

Color Harmonies of #CB873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB873C

Black with #CB873C

Text Example


Text Example

White with #CB873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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