Html Css Color HEX #C8742C Ochre

📋 copy color: '#C8742C'

red 200 ◦ green 116 ◦ blue 44

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

Shades of Ochre #C8742C

Tints of Ochre #C8742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 55.56%
G = 32.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8742C (or 0xC8742C) is known color: Ochre. HEX triplet: C8, 74 and 2C. RGB value is (200,116,44). Sum of RGB (Red+Green+Blue) = 200+116+44=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8742C is #378BD3. Grayscale: #858585. Windows color (decimal): -3640276 or 2913480. OLE color: 2913480.

HSL color Cylindrical-coordinate representation of color #C8742C: hue angle of 27.69º degrees, saturation: 0.64, 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 #C8742C is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 44 -
CMYK 0 0.42 0.78 0.22
HSL 27.69º 0.64% 0.48% -
HSV(B) 27.69º 0.78% 0.78% -
XYZ 30.52 24.95 5.59 -
YUV 132.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 200 116 44 0 0.42 0.78 0.22 27.69 0.64 0.48
Hex C8 74 2C 0 2A 4E 16 1C 40 30
Octal 310 164 54 0 52 116 26 34 100 60
Binary 11001000 1110100 101100 0 101010 1001110 10110 11100 1000000 110000

Color Harmonies of #C8742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8742C

Black with #C8742C

Text Example


Text Example

White with #C8742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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