Html Css Color HEX #CE7B20 Ochre

📋 copy color: '#CE7B20'

red 206 ◦ green 123 ◦ blue 32

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

Shades of Ochre #CE7B20

Tints of Ochre #CE7B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 57.06%
G = 34.07%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7B20 (or 0xCE7B20) is known color: Ochre. HEX triplet: CE, 7B and 20. RGB value is (206,123,32). Sum of RGB (Red+Green+Blue) = 206+123+32=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B20 is #3184DF. Grayscale: #898989. Windows color (decimal): -3245280 or 2128846. OLE color: 2128846.

HSL color Cylindrical-coordinate representation of color #CE7B20: hue angle of 31.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE7B20 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 32 -
CMYK 0 0.40 0.84 0.19
HSL 31.38º 0.73% 0.47% -
HSV(B) 31.38º 0.84% 0.81% -
XYZ 32.8 27.39 4.93 -
YUV 137.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 206 123 32 0 0.40 0.84 0.19 31.38 0.73 0.47
Hex CE 7B 20 0 28 54 13 1F 49 2F
Octal 316 173 40 0 50 124 23 37 111 57
Binary 11001110 1111011 100000 0 101000 1010100 10011 11111 1001001 101111

Color Harmonies of #CE7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B20

Black with #CE7B20

Text Example


Text Example

White with #CE7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B20; }

 p { color: rgb(206,123,32); }

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

background-color css

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

 a { background-color: rgb(206,123,32); }

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

border-color css

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

 span { border-color: rgb(206,123,32); }

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