Html Css Color HEX #C8792B Ochre

📋 copy color: '#C8792B'

red 200 ◦ green 121 ◦ blue 43

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

Shades of Ochre #C8792B

Tints of Ochre #C8792B

RGB

 RED value IS 200 (78.52% from 255) = 54.95%

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 54.95%
G = 33.24%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8792B (or 0xC8792B) is known color: Ochre. HEX triplet: C8, 79 and 2B. RGB value is (200,121,43). Sum of RGB (Red+Green+Blue) = 200+121+43=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8792B is #3786D4. Grayscale: #888888. Windows color (decimal): -3638997 or 2849224. OLE color: 2849224.

HSL color Cylindrical-coordinate representation of color #C8792B: hue angle of 29.81º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8792B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 43 -
CMYK 0 0.39 0.78 0.22
HSL 29.81º 0.65% 0.48% -
HSV(B) 29.81º 0.79% 0.78% -
XYZ 31.09 26.13 5.69 -
YUV 135.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 200 121 43 0 0.39 0.78 0.22 29.81 0.65 0.48
Hex C8 79 2B 0 27 4E 16 1E 41 30
Octal 310 171 53 0 47 116 26 36 101 60
Binary 11001000 1111001 101011 0 100111 1001110 10110 11110 1000001 110000

Color Harmonies of #C8792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8792B

Black with #C8792B

Text Example


Text Example

White with #C8792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8792B; }

 p { color: rgb(200,121,43); }

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

background-color css

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

 a { background-color: rgb(200,121,43); }

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

border-color css

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

 span { border-color: rgb(200,121,43); }

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