Html Css Color HEX #CE7C0B Ochre

📋 copy color: '#CE7C0B'

red 206 ◦ green 124 ◦ blue 11

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

Shades of Ochre #CE7C0B

Tints of Ochre #CE7C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 11 (4.69% from 255) = 3.23%

R = 60.41%
G = 36.36%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE7C0B (or 0xCE7C0B) is known color: Ochre. HEX triplet: CE, 7C and 0B. RGB value is (206,124,11). Sum of RGB (Red+Green+Blue) = 206+124+11=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C0B is #3183F4. Grayscale: #888888. Windows color (decimal): -3245045 or 752846. OLE color: 752846.

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

Color convert

RGB 206 124 11 -
CMYK 0 0.40 0.95 0.19
HSL 34.77º 0.9% 0.43% -
HSV(B) 34.77º 0.95% 0.81% -
XYZ 32.72 27.56 3.91 -
YUV 135.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 206 124 11 0 0.40 0.95 0.19 34.77 0.9 0.43
Hex CE 7C B 0 28 5F 13 23 5A 2B
Octal 316 174 13 0 50 137 23 43 132 53
Binary 11001110 1111100 1011 0 101000 1011111 10011 100011 1011010 101011

Color Harmonies of #CE7C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C0B

Black with #CE7C0B

Text Example


Text Example

White with #CE7C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C0B; }

 p { color: rgb(206,124,11); }

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

background-color css

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

 a { background-color: rgb(206,124,11); }

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

border-color css

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

 span { border-color: rgb(206,124,11); }

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