Html Css Color HEX #CE7B1C Ochre

📋 copy color: '#CE7B1C'

red 206 ◦ green 123 ◦ blue 28

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

Shades of Ochre #CE7B1C

Tints of Ochre #CE7B1C

RGB

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

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

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

R = 57.7%
G = 34.45%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE7B1C (or 0xCE7B1C) is known color: Ochre. HEX triplet: CE, 7B and 1C. RGB value is (206,123,28). Sum of RGB (Red+Green+Blue) = 206+123+28=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B1C is #3184E3. Grayscale: #898989. Windows color (decimal): -3245284 or 1866702. OLE color: 1866702.

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

Color convert

RGB 206 123 28 -
CMYK 0 0.40 0.86 0.19
HSL 32.02º 0.76% 0.46% -
HSV(B) 32.02º 0.86% 0.81% -
XYZ 32.75 27.37 4.66 -
YUV 136.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 206 123 28 0 0.40 0.86 0.19 32.02 0.76 0.46
Hex CE 7B 1C 0 28 56 13 20 4C 2E
Octal 316 173 34 0 50 126 23 40 114 56
Binary 11001110 1111011 11100 0 101000 1010110 10011 100000 1001100 101110

Color Harmonies of #CE7B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B1C

Black with #CE7B1C

Text Example


Text Example

White with #CE7B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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