Html Css Color HEX #CE7D26 Ochre

📋 copy color: '#CE7D26'

red 206 ◦ green 125 ◦ blue 38

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

Shades of Ochre #CE7D26

Tints of Ochre #CE7D26

RGB

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

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

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

R = 55.83%
G = 33.88%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7D26 (or 0xCE7D26) is known color: Ochre. HEX triplet: CE, 7D and 26. RGB value is (206,125,38). Sum of RGB (Red+Green+Blue) = 206+125+38=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D26 is #3182D9. Grayscale: #8B8B8B. Windows color (decimal): -3244762 or 2522574. OLE color: 2522574.

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

Color convert

RGB 206 125 38 -
CMYK 0 0.39 0.82 0.19
HSL 31.07º 0.69% 0.48% -
HSV(B) 31.07º 0.82% 0.81% -
XYZ 33.14 27.93 5.48 -
YUV 139.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 206 125 38 0 0.39 0.82 0.19 31.07 0.69 0.48
Hex CE 7D 26 0 27 52 13 1F 45 30
Octal 316 175 46 0 47 122 23 37 105 60
Binary 11001110 1111101 100110 0 100111 1010010 10011 11111 1000101 110000

Color Harmonies of #CE7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D26

Black with #CE7D26

Text Example


Text Example

White with #CE7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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