Html Css Color HEX #CE833C Peru

📋 copy color: '#CE833C'

red 206 ◦ green 131 ◦ blue 60

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

Shades of Peru #CE833C

Tints of Peru #CE833C

RGB

 RED value IS 206 (80.86% from 255) = 51.89%

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 51.89%
G = 33%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE833C (or 0xCE833C) is known color: Peru. HEX triplet: CE, 83 and 3C. RGB value is (206,131,60). Sum of RGB (Red+Green+Blue) = 206+131+60=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE833C is #317CC3. Grayscale: #919191. Windows color (decimal): -3243204 or 3965902. OLE color: 3965902.

HSL color Cylindrical-coordinate representation of color #CE833C: hue angle of 29.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE833C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 60 -
CMYK 0 0.36 0.71 0.19
HSL 29.18º 0.6% 0.52% -
HSV(B) 29.18º 0.71% 0.81% -
XYZ 34.39 29.68 8.19 -
YUV 145.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 206 131 60 0 0.36 0.71 0.19 29.18 0.6 0.52
Hex CE 83 3C 0 24 47 13 1D 3C 34
Octal 316 203 74 0 44 107 23 35 74 64
Binary 11001110 10000011 111100 0 100100 1000111 10011 11101 111100 110100

Color Harmonies of #CE833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE833C

Black with #CE833C

Text Example


Text Example

White with #CE833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE833C; }

 p { color: rgb(206,131,60); }

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

background-color css

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

 a { background-color: rgb(206,131,60); }

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

border-color css

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

 span { border-color: rgb(206,131,60); }

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