Html Css Color HEX #CE7629 Ochre

📋 copy color: '#CE7629'

red 206 ◦ green 118 ◦ blue 41

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

Shades of Ochre #CE7629

Tints of Ochre #CE7629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 56.44%
G = 32.33%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE7629 (or 0xCE7629) is known color: Ochre. HEX triplet: CE, 76 and 29. RGB value is (206,118,41). Sum of RGB (Red+Green+Blue) = 206+118+41=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7629 is #3189D6. Grayscale: #878787. Windows color (decimal): -3246551 or 2717390. OLE color: 2717390.

HSL color Cylindrical-coordinate representation of color #CE7629: hue angle of 28º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE7629 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 41 -
CMYK 0 0.43 0.80 0.19
HSL 28º 0.67% 0.48% -
HSV(B) 28º 0.8% 0.81% -
XYZ 32.33 26.24 5.46 -
YUV 135.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 206 118 41 0 0.43 0.80 0.19 28 0.67 0.48
Hex CE 76 29 0 2B 50 13 1C 43 30
Octal 316 166 51 0 53 120 23 34 103 60
Binary 11001110 1110110 101001 0 101011 1010000 10011 11100 1000011 110000

Color Harmonies of #CE7629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7629

Black with #CE7629

Text Example


Text Example

White with #CE7629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7629; }

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

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

background-color css

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

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

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

border-color css

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

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

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