Html Css Color HEX #CE7B0C Ochre

📋 copy color: '#CE7B0C'

red 206 ◦ green 123 ◦ blue 12

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

Shades of Ochre #CE7B0C

Tints of Ochre #CE7B0C

RGB

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

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

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

R = 60.41%
G = 36.07%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE7B0C (or 0xCE7B0C) is known color: Ochre. HEX triplet: CE, 7B and 0C. RGB value is (206,123,12). Sum of RGB (Red+Green+Blue) = 206+123+12=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B0C is #3184F3. Grayscale: #878787. Windows color (decimal): -3245300 or 818126. OLE color: 818126.

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

Color convert

RGB 206 123 12 -
CMYK 0 0.40 0.94 0.19
HSL 34.33º 0.89% 0.43% -
HSV(B) 34.33º 0.94% 0.81% -
XYZ 32.6 27.31 3.9 -
YUV 135.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 206 123 12 0 0.40 0.94 0.19 34.33 0.89 0.43
Hex CE 7B C 0 28 5E 13 22 59 2B
Octal 316 173 14 0 50 136 23 42 131 53
Binary 11001110 1111011 1100 0 101000 1011110 10011 100010 1011001 101011

Color Harmonies of #CE7B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B0C

Black with #CE7B0C

Text Example


Text Example

White with #CE7B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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