Html Css Color HEX #CE7B1A Ochre

📋 copy color: '#CE7B1A'

red 206 ◦ green 123 ◦ blue 26

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

Shades of Ochre #CE7B1A

Tints of Ochre #CE7B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 58.03%
G = 34.65%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE7B1A (or 0xCE7B1A) is known color: Ochre. HEX triplet: CE, 7B and 1A. RGB value is (206,123,26). Sum of RGB (Red+Green+Blue) = 206+123+26=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B1A is #3184E5. Grayscale: #898989. Windows color (decimal): -3245286 or 1735630. OLE color: 1735630.

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

Color convert

RGB 206 123 26 -
CMYK 0 0.40 0.87 0.19
HSL 32.33º 0.78% 0.45% -
HSV(B) 32.33º 0.87% 0.81% -
XYZ 32.72 27.36 4.53 -
YUV 136.76 65.5 177.39 -
System Red Green Blue C M Y K H S L
Decimal 206 123 26 0 0.40 0.87 0.19 32.33 0.78 0.45
Hex CE 7B 1A 0 28 57 13 20 4E 2D
Octal 316 173 32 0 50 127 23 40 116 55
Binary 11001110 1111011 11010 0 101000 1010111 10011 100000 1001110 101101

Color Harmonies of #CE7B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B1A

Black with #CE7B1A

Text Example


Text Example

White with #CE7B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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