Html Css Color HEX #C8742A Ochre

📋 copy color: '#C8742A'

red 200 ◦ green 116 ◦ blue 42

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

Shades of Ochre #C8742A

Tints of Ochre #C8742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 55.87%
G = 32.4%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8742A (or 0xC8742A) is known color: Ochre. HEX triplet: C8, 74 and 2A. RGB value is (200,116,42). Sum of RGB (Red+Green+Blue) = 200+116+42=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8742A is #378BD5. Grayscale: #858585. Windows color (decimal): -3640278 or 2782408. OLE color: 2782408.

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

Color convert

RGB 200 116 42 -
CMYK 0 0.42 0.79 0.22
HSL 28.1º 0.65% 0.47% -
HSV(B) 28.1º 0.79% 0.78% -
XYZ 30.48 24.94 5.4 -
YUV 132.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 200 116 42 0 0.42 0.79 0.22 28.1 0.65 0.47
Hex C8 74 2A 0 2A 4F 16 1C 41 2F
Octal 310 164 52 0 52 117 26 34 101 57
Binary 11001000 1110100 101010 0 101010 1001111 10110 11100 1000001 101111

Color Harmonies of #C8742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8742A

Black with #C8742A

Text Example


Text Example

White with #C8742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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