Html Css Color HEX #C87A26 Ochre

📋 copy color: '#C87A26'

red 200 ◦ green 122 ◦ blue 38

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

Shades of Ochre #C87A26

Tints of Ochre #C87A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

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

R = 55.56%
G = 33.89%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C87A26 (or 0xC87A26) is known color: Ochre. HEX triplet: C8, 7A and 26. RGB value is (200,122,38). Sum of RGB (Red+Green+Blue) = 200+122+38=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A26 is #3785D9. Grayscale: #888888. Windows color (decimal): -3638746 or 2521800. OLE color: 2521800.

HSL color Cylindrical-coordinate representation of color #C87A26: hue angle of 31.11º 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 #C87A26 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 122 38 -
CMYK 0 0.39 0.81 0.22
HSL 31.11º 0.68% 0.47% -
HSV(B) 31.11º 0.81% 0.78% -
XYZ 31.13 26.34 5.28 -
YUV 135.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 200 122 38 0 0.39 0.81 0.22 31.11 0.68 0.47
Hex C8 7A 26 0 27 51 16 1F 44 2F
Octal 310 172 46 0 47 121 26 37 104 57
Binary 11001000 1111010 100110 0 100111 1010001 10110 11111 1000100 101111

Color Harmonies of #C87A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A26

Black with #C87A26

Text Example


Text Example

White with #C87A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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