Html Css Color HEX #CE7F1C Ochre

📋 copy color: '#CE7F1C'

red 206 ◦ green 127 ◦ blue 28

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

Shades of Ochre #CE7F1C

Tints of Ochre #CE7F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 57.06%
G = 35.18%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE7F1C (or 0xCE7F1C) is known color: Ochre. HEX triplet: CE, 7F and 1C. RGB value is (206,127,28). Sum of RGB (Red+Green+Blue) = 206+127+28=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F1C is #3180E3. Grayscale: #8B8B8B. Windows color (decimal): -3244260 or 1867726. OLE color: 1867726.

HSL color Cylindrical-coordinate representation of color #CE7F1C: hue angle of 33.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE7F1C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 28 -
CMYK 0 0.38 0.86 0.19
HSL 33.37º 0.76% 0.46% -
HSV(B) 33.37º 0.86% 0.81% -
XYZ 33.25 28.38 4.82 -
YUV 139.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 206 127 28 0 0.38 0.86 0.19 33.37 0.76 0.46
Hex CE 7F 1C 0 26 56 13 21 4C 2E
Octal 316 177 34 0 46 126 23 41 114 56
Binary 11001110 1111111 11100 0 100110 1010110 10011 100001 1001100 101110

Color Harmonies of #CE7F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F1C

Black with #CE7F1C

Text Example


Text Example

White with #CE7F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F1C; }

 p { color: rgb(206,127,28); }

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

background-color css

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

 a { background-color: rgb(206,127,28); }

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

border-color css

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

 span { border-color: rgb(206,127,28); }

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