Html Css Color HEX #C87429 Ochre

📋 copy color: '#C87429'

red 200 ◦ green 116 ◦ blue 41

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

Shades of Ochre #C87429

Tints of Ochre #C87429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 56.02%
G = 32.49%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87429 (or 0xC87429) is known color: Ochre. HEX triplet: C8, 74 and 29. RGB value is (200,116,41). Sum of RGB (Red+Green+Blue) = 200+116+41=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87429 is #378BD6. Grayscale: #848484. Windows color (decimal): -3640279 or 2716872. OLE color: 2716872.

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

Color convert

RGB 200 116 41 -
CMYK 0 0.42 0.80 0.22
HSL 28.3º 0.66% 0.47% -
HSV(B) 28.3º 0.8% 0.78% -
XYZ 30.47 24.93 5.3 -
YUV 132.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 200 116 41 0 0.42 0.80 0.22 28.3 0.66 0.47
Hex C8 74 29 0 2A 50 16 1C 42 2F
Octal 310 164 51 0 52 120 26 34 102 57
Binary 11001000 1110100 101001 0 101010 1010000 10110 11100 1000010 101111

Color Harmonies of #C87429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87429

Black with #C87429

Text Example


Text Example

White with #C87429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87429; }

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

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

background-color css

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

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

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

border-color css

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

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

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