Html Css Color HEX #CE7F26 Ochre

📋 copy color: '#CE7F26'

red 206 ◦ green 127 ◦ blue 38

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

Shades of Ochre #CE7F26

Tints of Ochre #CE7F26

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 55.53%
G = 34.23%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7F26 (or 0xCE7F26) is known color: Ochre. HEX triplet: CE, 7F and 26. RGB value is (206,127,38). Sum of RGB (Red+Green+Blue) = 206+127+38=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F26 is #3180D9. Grayscale: #8C8C8C. Windows color (decimal): -3244250 or 2523086. OLE color: 2523086.

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

Color convert

RGB 206 127 38 -
CMYK 0 0.38 0.82 0.19
HSL 31.79º 0.69% 0.48% -
HSV(B) 31.79º 0.82% 0.81% -
XYZ 33.39 28.44 5.56 -
YUV 140.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 206 127 38 0 0.38 0.82 0.19 31.79 0.69 0.48
Hex CE 7F 26 0 26 52 13 20 45 30
Octal 316 177 46 0 46 122 23 40 105 60
Binary 11001110 1111111 100110 0 100110 1010010 10011 100000 1000101 110000

Color Harmonies of #CE7F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F26

Black with #CE7F26

Text Example


Text Example

White with #CE7F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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