Html Css Color HEX #CE7A21 Ochre

📋 copy color: '#CE7A21'

red 206 ◦ green 122 ◦ blue 33

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

Shades of Ochre #CE7A21

Tints of Ochre #CE7A21

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 33 (13.28% from 255) = 9.14%

R = 57.06%
G = 33.8%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7A21 (or 0xCE7A21) is known color: Ochre. HEX triplet: CE, 7A and 21. RGB value is (206,122,33). Sum of RGB (Red+Green+Blue) = 206+122+33=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A21 is #3185DE. Grayscale: #898989. Windows color (decimal): -3245535 or 2194126. OLE color: 2194126.

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

Color convert

RGB 206 122 33 -
CMYK 0 0.41 0.84 0.19
HSL 30.87º 0.72% 0.47% -
HSV(B) 30.87º 0.84% 0.81% -
XYZ 32.69 27.15 4.96 -
YUV 136.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 206 122 33 0 0.41 0.84 0.19 30.87 0.72 0.47
Hex CE 7A 21 0 29 54 13 1F 48 2F
Octal 316 172 41 0 51 124 23 37 110 57
Binary 11001110 1111010 100001 0 101001 1010100 10011 11111 1001000 101111

Color Harmonies of #CE7A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A21

Black with #CE7A21

Text Example


Text Example

White with #CE7A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A21; }

 p { color: rgb(206,122,33); }

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

background-color css

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

 a { background-color: rgb(206,122,33); }

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

border-color css

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

 span { border-color: rgb(206,122,33); }

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