Html Css Color HEX #CE7C26 Ochre

📋 copy color: '#CE7C26'

red 206 ◦ green 124 ◦ blue 38

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

Shades of Ochre #CE7C26

Tints of Ochre #CE7C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.33%

R = 55.98%
G = 33.7%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7C26 (or 0xCE7C26) is known color: Ochre. HEX triplet: CE, 7C and 26. RGB value is (206,124,38). Sum of RGB (Red+Green+Blue) = 206+124+38=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C26 is #3183D9. Grayscale: #8B8B8B. Windows color (decimal): -3245018 or 2522318. OLE color: 2522318.

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

Color convert

RGB 206 124 38 -
CMYK 0 0.40 0.82 0.19
HSL 30.71º 0.69% 0.48% -
HSV(B) 30.71º 0.82% 0.81% -
XYZ 33.01 27.68 5.44 -
YUV 138.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 206 124 38 0 0.40 0.82 0.19 30.71 0.69 0.48
Hex CE 7C 26 0 28 52 13 1F 45 30
Octal 316 174 46 0 50 122 23 37 105 60
Binary 11001110 1111100 100110 0 101000 1010010 10011 11111 1000101 110000

Color Harmonies of #CE7C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C26

Black with #CE7C26

Text Example


Text Example

White with #CE7C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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