Html Css Color HEX #C87309 Ochre

📋 copy color: '#C87309'

red 200 ◦ green 115 ◦ blue 9

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

Shades of Ochre #C87309

Tints of Ochre #C87309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 61.73%
G = 35.49%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C87309 (or 0xC87309) is known color: Ochre. HEX triplet: C8, 73 and 09. RGB value is (200,115,9). Sum of RGB (Red+Green+Blue) = 200+115+9=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C87309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87309 is #378CF6. Grayscale: #808080. Windows color (decimal): -3640567 or 619464. OLE color: 619464.

HSL color Cylindrical-coordinate representation of color #C87309: hue angle of 33.3º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C87309 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 9 -
CMYK 0 0.42 0.96 0.22
HSL 33.3º 0.91% 0.41% -
HSV(B) 33.3º 0.96% 0.78% -
XYZ 30 24.56 3.42 -
YUV 128.33 60.66 179.12 -
System Red Green Blue C M Y K H S L
Decimal 200 115 9 0 0.42 0.96 0.22 33.3 0.91 0.41
Hex C8 73 9 0 2A 60 16 21 5B 29
Octal 310 163 11 0 52 140 26 41 133 51
Binary 11001000 1110011 1001 0 101010 1100000 10110 100001 1011011 101001

Color Harmonies of #C87309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87309

Black with #C87309

Text Example


Text Example

White with #C87309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87309; }

 p { color: rgb(200,115,9); }

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

background-color css

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

 a { background-color: rgb(200,115,9); }

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

border-color css

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

 span { border-color: rgb(200,115,9); }

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