Html Css Color HEX #CE7B23 Ochre

📋 copy color: '#CE7B23'

red 206 ◦ green 123 ◦ blue 35

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

Shades of Ochre #CE7B23

Tints of Ochre #CE7B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 56.59%
G = 33.79%
B = 9.62%

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

#CE7B23 (or 0xCE7B23) is known color: Ochre. HEX triplet: CE, 7B and 23. RGB value is (206,123,35). Sum of RGB (Red+Green+Blue) = 206+123+35=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B23 is #3184DC. Grayscale: #8A8A8A. Windows color (decimal): -3245277 or 2325454. OLE color: 2325454.

HSL color Cylindrical-coordinate representation of color #CE7B23: hue angle of 30.88º degrees, saturation: 0.71, 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 #CE7B23 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 35 -
CMYK 0 0.40 0.83 0.19
HSL 30.88º 0.71% 0.47% -
HSV(B) 30.88º 0.83% 0.81% -
XYZ 32.84 27.41 5.15 -
YUV 137.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 206 123 35 0 0.40 0.83 0.19 30.88 0.71 0.47
Hex CE 7B 23 0 28 53 13 1F 47 2F
Octal 316 173 43 0 50 123 23 37 107 57
Binary 11001110 1111011 100011 0 101000 1010011 10011 11111 1000111 101111

Color Harmonies of #CE7B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B23

Black with #CE7B23

Text Example


Text Example

White with #CE7B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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