Html Css Color HEX #C8741C Ochre

📋 copy color: '#C8741C'

red 200 ◦ green 116 ◦ blue 28

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

Shades of Ochre #C8741C

Tints of Ochre #C8741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 58.14%
G = 33.72%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8741C (or 0xC8741C) is known color: Ochre. HEX triplet: C8, 74 and 1C. RGB value is (200,116,28). Sum of RGB (Red+Green+Blue) = 200+116+28=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8741C is #378BE3. Grayscale: #838383. Windows color (decimal): -3640292 or 1864904. OLE color: 1864904.

HSL color Cylindrical-coordinate representation of color #C8741C: hue angle of 30.7º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8741C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 28 -
CMYK 0 0.42 0.86 0.22
HSL 30.7º 0.75% 0.45% -
HSV(B) 30.7º 0.86% 0.78% -
XYZ 30.27 24.85 4.3 -
YUV 131.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 200 116 28 0 0.42 0.86 0.22 30.7 0.75 0.45
Hex C8 74 1C 0 2A 56 16 1F 4B 2D
Octal 310 164 34 0 52 126 26 37 113 55
Binary 11001000 1110100 11100 0 101010 1010110 10110 11111 1001011 101101

Color Harmonies of #C8741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8741C

Black with #C8741C

Text Example


Text Example

White with #C8741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8741C; }

 p { color: rgb(200,116,28); }

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

background-color css

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

 a { background-color: rgb(200,116,28); }

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

border-color css

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

 span { border-color: rgb(200,116,28); }

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