Html Css Color HEX #CE772B Ochre

📋 copy color: '#CE772B'

red 206 ◦ green 119 ◦ blue 43

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

Shades of Ochre #CE772B

Tints of Ochre #CE772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 55.98%
G = 32.34%
B = 11.68%

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

#CE772B (or 0xCE772B) is known color: Ochre. HEX triplet: CE, 77 and 2B. RGB value is (206,119,43). Sum of RGB (Red+Green+Blue) = 206+119+43=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE772B is #3188D4. Grayscale: #888888. Windows color (decimal): -3246293 or 2848718. OLE color: 2848718.

HSL color Cylindrical-coordinate representation of color #CE772B: hue angle of 27.98º 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 #CE772B is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 119 43 -
CMYK 0 0.42 0.79 0.19
HSL 27.98º 0.65% 0.49% -
HSV(B) 27.98º 0.79% 0.81% -
XYZ 32.49 26.49 5.69 -
YUV 136.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 206 119 43 0 0.42 0.79 0.19 27.98 0.65 0.49
Hex CE 77 2B 0 2A 4F 13 1C 41 31
Octal 316 167 53 0 52 117 23 34 101 61
Binary 11001110 1110111 101011 0 101010 1001111 10011 11100 1000001 110001

Color Harmonies of #CE772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE772B

Black with #CE772B

Text Example


Text Example

White with #CE772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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