Html Css Color HEX #C87B26 Ochre

📋 copy color: '#C87B26'

red 200 ◦ green 123 ◦ blue 38

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

Shades of Ochre #C87B26

Tints of Ochre #C87B26

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 55.4%
G = 34.07%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C87B26 (or 0xC87B26) is known color: Ochre. HEX triplet: C8, 7B and 26. RGB value is (200,123,38). Sum of RGB (Red+Green+Blue) = 200+123+38=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B26 is #3784D9. Grayscale: #888888. Windows color (decimal): -3638490 or 2522056. OLE color: 2522056.

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

Color convert

RGB 200 123 38 -
CMYK 0 0.38 0.81 0.22
HSL 31.48º 0.68% 0.47% -
HSV(B) 31.48º 0.81% 0.78% -
XYZ 31.25 26.59 5.32 -
YUV 136.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 200 123 38 0 0.38 0.81 0.22 31.48 0.68 0.47
Hex C8 7B 26 0 26 51 16 1F 44 2F
Octal 310 173 46 0 46 121 26 37 104 57
Binary 11001000 1111011 100110 0 100110 1010001 10110 11111 1000100 101111

Color Harmonies of #C87B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B26

Black with #C87B26

Text Example


Text Example

White with #C87B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B26; }

 p { color: rgb(200,123,38); }

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

background-color css

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

 a { background-color: rgb(200,123,38); }

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

border-color css

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

 span { border-color: rgb(200,123,38); }

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