Html Css Color HEX #CE7B24 Ochre

📋 copy color: '#CE7B24'

red 206 ◦ green 123 ◦ blue 36

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

Shades of Ochre #CE7B24

Tints of Ochre #CE7B24

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 36 (14.45% from 255) = 9.86%

R = 56.44%
G = 33.7%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7B24 (or 0xCE7B24) is known color: Ochre. HEX triplet: CE, 7B and 24. RGB value is (206,123,36). Sum of RGB (Red+Green+Blue) = 206+123+36=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B24 is #3184DB. Grayscale: #8A8A8A. Windows color (decimal): -3245276 or 2390990. OLE color: 2390990.

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

Color convert

RGB 206 123 36 -
CMYK 0 0.40 0.83 0.19
HSL 30.71º 0.7% 0.47% -
HSV(B) 30.71º 0.83% 0.81% -
XYZ 32.86 27.42 5.23 -
YUV 137.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 206 123 36 0 0.40 0.83 0.19 30.71 0.7 0.47
Hex CE 7B 24 0 28 53 13 1F 46 2F
Octal 316 173 44 0 50 123 23 37 106 57
Binary 11001110 1111011 100100 0 101000 1010011 10011 11111 1000110 101111

Color Harmonies of #CE7B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B24

Black with #CE7B24

Text Example


Text Example

White with #CE7B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B24; }

 p { color: rgb(206,123,36); }

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

background-color css

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

 a { background-color: rgb(206,123,36); }

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

border-color css

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

 span { border-color: rgb(206,123,36); }

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