Html Css Color HEX #C87915 Ochre

📋 copy color: '#C87915'

red 200 ◦ green 121 ◦ blue 21

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

Shades of Ochre #C87915

Tints of Ochre #C87915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

 BLUE value IS 21 (8.59% from 255) = 6.14%

R = 58.48%
G = 35.38%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C87915 (or 0xC87915) is known color: Ochre. HEX triplet: C8, 79 and 15. RGB value is (200,121,21). Sum of RGB (Red+Green+Blue) = 200+121+21=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C87915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87915 is #3786EA. Grayscale: #858585. Windows color (decimal): -3639019 or 1407432. OLE color: 1407432.

HSL color Cylindrical-coordinate representation of color #C87915: hue angle of 33.52º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87915 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 21 -
CMYK 0 0.39 0.90 0.22
HSL 33.52º 0.81% 0.43% -
HSV(B) 33.52º 0.9% 0.78% -
XYZ 30.79 26.01 4.11 -
YUV 133.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 200 121 21 0 0.39 0.90 0.22 33.52 0.81 0.43
Hex C8 79 15 0 27 5A 16 22 51 2B
Octal 310 171 25 0 47 132 26 42 121 53
Binary 11001000 1111001 10101 0 100111 1011010 10110 100010 1010001 101011

Color Harmonies of #C87915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87915

Black with #C87915

Text Example


Text Example

White with #C87915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87915; }

 p { color: rgb(200,121,21); }

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

background-color css

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

 a { background-color: rgb(200,121,21); }

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

border-color css

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

 span { border-color: rgb(200,121,21); }

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