Html Css Color HEX #C87423 Ochre

📋 copy color: '#C87423'

red 200 ◦ green 116 ◦ blue 35

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

Shades of Ochre #C87423

Tints of Ochre #C87423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.97%

R = 56.98%
G = 33.05%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87423 (or 0xC87423) is known color: Ochre. HEX triplet: C8, 74 and 23. RGB value is (200,116,35). Sum of RGB (Red+Green+Blue) = 200+116+35=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C87423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87423 is #378BDC. Grayscale: #848484. Windows color (decimal): -3640285 or 2323656. OLE color: 2323656.

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

Color convert

RGB 200 116 35 -
CMYK 0 0.42 0.82 0.22
HSL 29.45º 0.7% 0.46% -
HSV(B) 29.45º 0.83% 0.78% -
XYZ 30.37 24.89 4.79 -
YUV 131.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 200 116 35 0 0.42 0.82 0.22 29.45 0.7 0.46
Hex C8 74 23 0 2A 52 16 1D 46 2E
Octal 310 164 43 0 52 122 26 35 106 56
Binary 11001000 1110100 100011 0 101010 1010010 10110 11101 1000110 101110

Color Harmonies of #C87423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87423

Black with #C87423

Text Example


Text Example

White with #C87423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87423; }

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

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

background-color css

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

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

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

border-color css

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

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

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