Html Css Color HEX #CE7A0C Ochre

📋 copy color: '#CE7A0C'

red 206 ◦ green 122 ◦ blue 12

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

Shades of Ochre #CE7A0C

Tints of Ochre #CE7A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 60.59%
G = 35.88%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE7A0C (or 0xCE7A0C) is known color: Ochre. HEX triplet: CE, 7A and 0C. RGB value is (206,122,12). Sum of RGB (Red+Green+Blue) = 206+122+12=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A0C is #3185F3. Grayscale: #878787. Windows color (decimal): -3245556 or 817870. OLE color: 817870.

HSL color Cylindrical-coordinate representation of color #CE7A0C: hue angle of 34.02º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE7A0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 122 12 -
CMYK 0 0.41 0.94 0.19
HSL 34.02º 0.89% 0.43% -
HSV(B) 34.02º 0.94% 0.81% -
XYZ 32.48 27.07 3.86 -
YUV 134.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 206 122 12 0 0.41 0.94 0.19 34.02 0.89 0.43
Hex CE 7A C 0 29 5E 13 22 59 2B
Octal 316 172 14 0 51 136 23 42 131 53
Binary 11001110 1111010 1100 0 101001 1011110 10011 100010 1011001 101011

Color Harmonies of #CE7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A0C

Black with #CE7A0C

Text Example


Text Example

White with #CE7A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A0C; }

 p { color: rgb(206,122,12); }

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

background-color css

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

 a { background-color: rgb(206,122,12); }

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

border-color css

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

 span { border-color: rgb(206,122,12); }

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