Html Css Color HEX #CE7D1B Ochre

📋 copy color: '#CE7D1B'

red 206 ◦ green 125 ◦ blue 27

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

Shades of Ochre #CE7D1B

Tints of Ochre #CE7D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 57.54%
G = 34.92%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE7D1B (or 0xCE7D1B) is known color: Ochre. HEX triplet: CE, 7D and 1B. RGB value is (206,125,27). Sum of RGB (Red+Green+Blue) = 206+125+27=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D1B is #3182E4. Grayscale: #8A8A8A. Windows color (decimal): -3244773 or 1801678. OLE color: 1801678.

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

Color convert

RGB 206 125 27 -
CMYK 0 0.39 0.87 0.19
HSL 32.85º 0.77% 0.46% -
HSV(B) 32.85º 0.87% 0.81% -
XYZ 32.99 27.87 4.68 -
YUV 138.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 206 125 27 0 0.39 0.87 0.19 32.85 0.77 0.46
Hex CE 7D 1B 0 27 57 13 21 4D 2E
Octal 316 175 33 0 47 127 23 41 115 56
Binary 11001110 1111101 11011 0 100111 1010111 10011 100001 1001101 101110

Color Harmonies of #CE7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D1B

Black with #CE7D1B

Text Example


Text Example

White with #CE7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D1B; }

 p { color: rgb(206,125,27); }

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

background-color css

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

 a { background-color: rgb(206,125,27); }

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

border-color css

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

 span { border-color: rgb(206,125,27); }

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