Html Css Color HEX #CE7626 Ochre

📋 copy color: '#CE7626'

red 206 ◦ green 118 ◦ blue 38

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

Shades of Ochre #CE7626

Tints of Ochre #CE7626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 56.91%
G = 32.6%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7626 (or 0xCE7626) is known color: Ochre. HEX triplet: CE, 76 and 26. RGB value is (206,118,38). Sum of RGB (Red+Green+Blue) = 206+118+38=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7626 is #3189D9. Grayscale: #878787. Windows color (decimal): -3246554 or 2520782. OLE color: 2520782.

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

Color convert

RGB 206 118 38 -
CMYK 0 0.43 0.82 0.19
HSL 28.57º 0.69% 0.48% -
HSV(B) 28.57º 0.82% 0.81% -
XYZ 32.28 26.22 5.19 -
YUV 135.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 206 118 38 0 0.43 0.82 0.19 28.57 0.69 0.48
Hex CE 76 26 0 2B 52 13 1D 45 30
Octal 316 166 46 0 53 122 23 35 105 60
Binary 11001110 1110110 100110 0 101011 1010010 10011 11101 1000101 110000

Color Harmonies of #CE7626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7626

Black with #CE7626

Text Example


Text Example

White with #CE7626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7626; }

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

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

background-color css

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

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

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

border-color css

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

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

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