Html Css Color HEX #CE782B Ochre

📋 copy color: '#CE782B'

red 206 ◦ green 120 ◦ blue 43

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

Shades of Ochre #CE782B

Tints of Ochre #CE782B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 55.83%
G = 32.52%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE782B (or 0xCE782B) is known color: Ochre. HEX triplet: CE, 78 and 2B. RGB value is (206,120,43). Sum of RGB (Red+Green+Blue) = 206+120+43=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE782B is #3187D4. Grayscale: #898989. Windows color (decimal): -3246037 or 2848974. OLE color: 2848974.

HSL color Cylindrical-coordinate representation of color #CE782B: hue angle of 28.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE782B is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 43 -
CMYK 0 0.42 0.79 0.19
HSL 28.34º 0.65% 0.49% -
HSV(B) 28.34º 0.79% 0.81% -
XYZ 32.61 26.73 5.73 -
YUV 136.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 206 120 43 0 0.42 0.79 0.19 28.34 0.65 0.49
Hex CE 78 2B 0 2A 4F 13 1C 41 31
Octal 316 170 53 0 52 117 23 34 101 61
Binary 11001110 1111000 101011 0 101010 1001111 10011 11100 1000001 110001

Color Harmonies of #CE782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE782B

Black with #CE782B

Text Example


Text Example

White with #CE782B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE782B; }

 p { color: rgb(206,120,43); }

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

background-color css

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

 a { background-color: rgb(206,120,43); }

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

border-color css

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

 span { border-color: rgb(206,120,43); }

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